Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Feb 10, 2025
1 parent b33d8b8 commit ba72aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvmlite_win-64_wheel_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install build dependencies
run: |
if [ "${{ inputs.llvmdev_run_id }}" != "" ]; then
CHAN=""-c file:///${{ env.LOCAL_LLVMDEV_ARTIFACT_PATH }}"
CHAN="-c file:///${{ env.LOCAL_LLVMDEV_ARTIFACT_PATH }}"
else
CHAN="-c ${{ env.CONDA_CHANNEL_NUMBA }}"
fi
Expand Down

0 comments on commit ba72aa6

Please sign in to comment.