Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
overfl0 committed Apr 26, 2024
1 parent d682aea commit c06ee25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ jobs:
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.10'
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1

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

0 comments on commit c06ee25

Please sign in to comment.