Skip to content

Commit

Permalink
Explicitely set python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 authored Mar 17, 2024
1 parent 65d0118 commit 4374ed2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.8'

- name: Install cibuildwheel
run: python -m pip install "cibuildwheel>=2.17,<2.18"
Expand Down

0 comments on commit 4374ed2

Please sign in to comment.