summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarald Nezbeda <hn@nezhar.com>2021-06-28 22:17:03 +0200
committerHarald Nezbeda <hn@nezhar.com>2021-07-12 10:27:53 +0200
commit8745243dafa2acfafb9b2e7f7680541adaf74565 (patch)
tree71747935641b21024e33dee9ca2cbf64c132c7fe /.github
parent61382d717165368fee825b04ae170754965aba03 (diff)
downloadjsonschema-8745243dafa2acfafb9b2e7f7680541adaf74565.tar.gz
Use python 3.9 for coverage
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coverage.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 101000f..7a14bce 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: pypy3
+ python-version: 3.9
- name: Ensure we have new enough versions to respect python_version
run: python -m pip install -U pip setuptools
- name: Install tox
@@ -22,6 +22,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 pypy3-format-codecov
+ run: python -m tox -e py39-format-codecov
env:
CODECOV_TOKEN: 2b38dae1-41c4-4435-a29d-79a1299e5617