Skip to content

Commit

Permalink
trying python 3.09 for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed May 23, 2024
1 parent 4e9d99b commit 08115d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ jobs:
- name: Set up python for coverage test
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.9
- name: Install base dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Test with tox
run: |
tox -e py311-cov -- --remote-data
tox -e py309-cov -- --remote-data
- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{310,311,312}-test{,-alldeps}{,-cov}
py{309,310,311,312}-test{,-alldeps}{,-cov}
build_docs
linkcheck
codestyle
Expand Down

0 comments on commit 08115d4

Please sign in to comment.