diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-24 18:08:26 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-24 18:08:26 -0400 |
| commit | 76c1888d0b65035f9fbfc1fd31ae75c019fbb699 (patch) | |
| tree | 5236a419ad59632fdfb5f67621b0354709c779e8 /.github/workflows/coverage.yml | |
| parent | 8cef0633f463b9710bc778bfe0c29f35761d0d1a (diff) | |
| download | python-coveragepy-git-76c1888d0b65035f9fbfc1fd31ae75c019fbb699.tar.gz | |
build: use 3.8 uniformly for ci tasks
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e7dd828f..1aa3a1fd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -95,7 +95,7 @@ jobs: - name: "Set up Python" uses: "actions/setup-python@v2" with: - python-version: "3.9" + python-version: "3.8" - name: "Install dependencies" run: | |
