Skip to content

Commit 76ee64a

Browse files
committed
- clean up GitHub test configuration
1 parent 5dce5fc commit 76ee64a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ jobs:
5959
python-version: ${{ matrix.config[0] }}
6060
github-token: ${{ secrets.GITHUB_TOKEN }}
6161
- 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') }}
6662
run: uvx --with tox-uv tox -e ${{ matrix.config[1] }}
6763
- name: Coverage
6864
if: matrix.config[1] == 'coverage'

0 commit comments

Comments
 (0)