Skip to content

Commit

Permalink
simplify dependency installation in win-64 wheel builder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swap357 committed Feb 4, 2025
1 parent 6089c74 commit 1475543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llvmlite_win-64_wheel_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Install build dependencies
run: |
if [ "${{ inputs.llvmdev_run_id }}" != "" ]; then
conda install -c file:///${{ env.LOCAL_LLVMDEV_ARTIFACT_PATH }} llvmdev cmake libxml2 --no-deps
conda install -c ${{ env.CONDA_CHANNEL_NUMBA }} --no-deps cmake libxml2
conda install -c file:///${{ env.LOCAL_LLVMDEV_ARTIFACT_PATH }} llvmdev --no-deps
conda install -c ${{ env.CONDA_CHANNEL_NUMBA }} cmake libxml2
else
conda install -c ${{ env.CONDA_CHANNEL_NUMBA }} llvmdev=${{ env.FALLBACK_LLVMDEV_VERSION }} cmake libxml2
fi
Expand Down

0 comments on commit 1475543

Please sign in to comment.