Skip to content

Commit

Permalink
fix python version for cibw
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 committed Nov 8, 2024
1 parent 5b73992 commit d8295aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ jobs:
name: Set up QEMU

- uses: actions/setup-python@v5
with:
python-version: 3.12
update-environment: false
check-latest: false
allow-prereleases: false

- name: Install cibuildwheel
run: python -m pip install cibuildwheel[uv]==2.21.3
Expand Down

0 comments on commit d8295aa

Please sign in to comment.