diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 66f1e13f..7263b5ae 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -32,7 +32,7 @@ jobs: # Standard tests - linux: py38-test - linux: py39-test - - linux: py310-test-devdeps + - linux: py310-test - linux: py311-test - linux: py312-test-devdeps diff --git a/tox.ini b/tox.ini index a53517e9..17eca633 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,7 @@ deps = devdeps: git+https://github.com/astropy/astropy devdeps: git+https://github.com/astropy/reproject devdeps: git+https://github.com/glue-viz/glue + devdeps: git+https://github.com/glue-viz/glue-qt commands = test: pip freeze test: pytest --pyargs glue_wwt --cov glue_wwt {posargs}