Skip to content

Commit

Permalink
update setup python and checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Dec 15, 2023
1 parent 1ece164 commit 75e705e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
os: [ubuntu-20.04, windows-2019]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Install cibuildwheel
run: |
Expand Down

0 comments on commit 75e705e

Please sign in to comment.