Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Mar 4, 2024
1 parent 5143893 commit 84513ff
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tox.ini
Expand Up @@ -4,9 +4,9 @@ requires = tox-conda

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
fail_on_no_env = True

[gh-actions:env]
Expand All @@ -27,14 +27,10 @@ passenv =
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
PYVISTA_OFF_SCREEN
extras = gui
conda_deps =
pytest
#pytorch
#linux,windows: cpuonly
conda_channels =
pytorch
deps =
.[gui]
py
pytest
pytest-cov
pytest-xvfb
# ignoring contrib tests for now
Expand Down

0 comments on commit 84513ff

Please sign in to comment.