Skip to content

Commit

Permalink
Add gpu and docs extras to tox setup
Browse files Browse the repository at this point in the history
This makes it possible to reuse the cache packages in the Action, and it will also be useful in the future when we add unit tests for GPU-powered functions
  • Loading branch information
salcc authored Nov 20, 2024
1 parent 9426fde commit cb6f1ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,7 @@ passenv =
GITHUB_ACTIONS
extras =
testing
gpu
docs
commands = python -m pytest -vv --color=yes --cov=snputils --cov-report=xml
"""

0 comments on commit cb6f1ea

Please sign in to comment.