Skip to content

Commit

Permalink
Try to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
alvalentini committed Nov 7, 2023
1 parent 23a6565 commit ee20c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: "3.10"

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.12.1
Expand Down

0 comments on commit ee20c0f

Please sign in to comment.