summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-06 13:25:37 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-06 13:25:37 +0300
commitc31957a45847f35eb9fc1e1506fe6a326454c6a0 (patch)
tree67f1e6d2d5a07f1db7eef6c006626f7c977fcf50 /.github
parent8e633a5086b43eef4ffccd852d80b7fab787012e (diff)
downloadjsonschema-c31957a45847f35eb9fc1e1506fe6a326454c6a0.tar.gz
Use the right Python version in the coverage workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 3edc627..4af51b7 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -20,6 +20,6 @@ jobs:
- name: Collect & Upload Coverage
# codecov.io is too flaky to fail for this right now
continue-on-error: true
- run: python -m tox -e py39-format-codecov
+ run: python -m tox -e py310-format-codecov
env:
CODECOV_TOKEN: 2b38dae1-41c4-4435-a29d-79a1299e5617