Skip to content

Commit

Permalink
github actions should only run on cpu based test
Browse files Browse the repository at this point in the history
  • Loading branch information
borg committed Oct 14, 2024
1 parent 9b2918d commit 47a79e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run tests
run: uv run pytest
run: uv run pytest -m "not gpu"

0 comments on commit 47a79e3

Please sign in to comment.