Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Nov 27, 2024
1 parent b7f38d9 commit 865771c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get install libhwloc-dev ${{ matrix.compiler.install_cmd }}
python3 -m pip install cibuildwheel>=2.22.0
python3 -m pip install cibuildwheel>=2.22.0 scikit-build-core>=0.10
- name: Build Python Wheels
env:
Expand Down

0 comments on commit 865771c

Please sign in to comment.