Skip to content

Commit

Permalink
Merge pull request #224 from paddyroddy/patch-1
Browse files Browse the repository at this point in the history
Specify `python-version`
  • Loading branch information
alecjacobson authored Feb 10, 2024
2 parents 84e03f5 + e50149e commit 2516539
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
name: Install Python
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.x"

- name: Install cibuildwheel
run: |
Expand Down

0 comments on commit 2516539

Please sign in to comment.