We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dce5fc commit 76ee64aCopy full SHA for 76ee64a
.github/workflows/tests.yml
@@ -59,10 +59,6 @@ jobs:
59
python-version: ${{ matrix.config[0] }}
60
github-token: ${{ secrets.GITHUB_TOKEN }}
61
- name: Test
62
- if: ${{ !startsWith(runner.os, 'Mac') }}
63
- run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}
64
- - name: Test (macOS)
65
- if: ${{ startsWith(runner.os, 'Mac') }}
66
run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}
67
- name: Coverage
68
if: matrix.config[1] == 'coverage'
0 commit comments