Skip to content

Commit 2516539

Browse files
authored
Merge pull request #224 from paddyroddy/patch-1
Specify `python-version`
2 parents 84e03f5 + e50149e commit 2516539

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v4
8080

81-
- uses: actions/setup-python@v5
82-
name: Install Python
81+
- name: Install Python
82+
uses: actions/setup-python@v5
83+
with:
84+
python-version: "3.x"
8385

8486
- name: Install cibuildwheel
8587
run: |

0 commit comments

Comments
 (0)