Skip to content

Commit

Permalink
remove libxml2 dependency from 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 1475543 commit 010435c
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 @@ -70,9 +70,9 @@ jobs:
run: |
if [ "${{ inputs.llvmdev_run_id }}" != "" ]; then
conda install -c file:///${{ env.LOCAL_LLVMDEV_ARTIFACT_PATH }} llvmdev --no-deps
conda install -c ${{ env.CONDA_CHANNEL_NUMBA }} cmake libxml2
conda install -c ${{ env.CONDA_CHANNEL_NUMBA }} cmake
else
conda install -c ${{ env.CONDA_CHANNEL_NUMBA }} llvmdev=${{ env.FALLBACK_LLVMDEV_VERSION }} cmake libxml2
conda install -c ${{ env.CONDA_CHANNEL_NUMBA }} llvmdev=${{ env.FALLBACK_LLVMDEV_VERSION }} cmake
fi
- name: Build wheel
Expand Down

0 comments on commit 010435c

Please sign in to comment.