Skip to content

Commit

Permalink
add libxml2 to 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 010435c commit 121625b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/llvmlite_win-64_wheel_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ jobs:
- name: Install build dependencies
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
conda install -c file:///${{ env.LOCAL_LLVMDEV_ARTIFACT_PATH }} llvmdev cmake libxml2 --no-deps
else
conda install -c ${{ env.CONDA_CHANNEL_NUMBA }} llvmdev=${{ env.FALLBACK_LLVMDEV_VERSION }} cmake
conda install -c ${{ env.CONDA_CHANNEL_NUMBA }} llvmdev=${{ env.FALLBACK_LLVMDEV_VERSION }} cmake libxml2
fi
- name: Build wheel
Expand Down

0 comments on commit 121625b

Please sign in to comment.