Skip to content

Commit e50149e

Browse files
authored
Specify python-version
1 parent 84e03f5 commit e50149e

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)