Skip to content

Commit

Permalink
Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Jul 29, 2024
1 parent 463aa58 commit 4c8aae8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
pip install -U pip
pip install -e ".[test]"
- name: Run tests
if: matrix.os != 'ubuntu-latest'
id: run-tests
run: >
pytest -m 'not b2t' -v
- name: Run tests
if: matrix.os == 'ubuntu-latest'
id: run-tests
run: >
pytest \
Expand Down

0 comments on commit 4c8aae8

Please sign in to comment.