Skip to content

Commit

Permalink
Dont test on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 14, 2024
1 parent 3d0677a commit 5bb0c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
path: ./wheelhouse/vtool_ibeis*.whl
test_purepy_wheels:
name: ${{ matrix.python-version }} on ${{ matrix.os }}, arch=${{ matrix.arch }} with ${{ matrix.install-extras }}
if: "! startsWith(github.event.ref, 'refs/heads/release'))"
runs-on: ${{ matrix.os }}
needs:
- build_purepy_wheels
Expand Down

0 comments on commit 5bb0c9c

Please sign in to comment.