Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into cff_to_zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Sep 18, 2024
2 parents f93a6fc + c821305 commit 5d20b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install cibuildwheel
# Nb. keep cibuildwheel version pin consistent with job below
run: pipx install cibuildwheel==2.20.0
run: pipx install cibuildwheel==2.21.1
- id: set-matrix
run: |
echo "CI_ONLY" $CI_ONLY
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
with:
platforms: all
- name: Build and test wheels
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.21.1
env:
# FIXME: only run the slow tests when doing regular pushes, or manual - not for PRs
CIBW_TEST_COMMAND: "pytest -v {package}/tests ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && '--runslow' || '' }}"
Expand Down

0 comments on commit 5d20b8a

Please sign in to comment.