Skip to content

Commit

Permalink
Merge pull request #116 from Carifio24/ci-fixes
Browse files Browse the repository at this point in the history
CI fixes
  • Loading branch information
Carifio24 authored Sep 10, 2024
2 parents e03e9a0 + bbd8bf5 commit ca4413c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ca4413c

Please sign in to comment.