Skip to content

Commit

Permalink
fixed github actions: wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
westandskif committed Jul 14, 2024
1 parent 3d25013 commit 2010090
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
group: ${{ github.workflow }}
cancel-in-progress: ${{ github.ref == 'master' }}

jobs:
run_tests:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
python-version: "3.10"

- name: Build wheels
uses: pypa/cibuildwheel@v2
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_BUILD: cp310-${{ matrix.buildplat[1] }}
CIBW_BEFORE_TEST: pip install -r ci-requirements/requirements3.10.out
Expand Down

0 comments on commit 2010090

Please sign in to comment.