Skip to content

Commit

Permalink
updating lts and cov
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed May 7, 2024
1 parent e612560 commit a6546f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
python -m pip install tox
- name: Test with tox
run: |
tox -e py39-astropylts
tox -e py310-astropylts
# Coverage test
cov_test:
Expand All @@ -99,7 +99,7 @@ jobs:
python -m pip install tox
- name: Test with tox
run: |
tox -e py311-cov
tox -e py312-cov
- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit a6546f7

Please sign in to comment.