We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ed80f commit b76cddaCopy full SHA for b76cdda
.github/workflows/tests.yml
@@ -57,7 +57,7 @@ jobs:
57
run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}
58
- name: Test (macOS)
59
if: ${{ startsWith(runner.os, 'Mac') }}
60
- run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}-universal2
+ run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}
61
- name: Coverage
62
if: matrix.config[1] == 'coverage'
63
run: |
0 commit comments