diff options
| author | Bobby <[email protected]> | 2022-08-30 21:47:28 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 21:47:28 -0400 |
| commit | 5d5d16c2aff6f6466d4c3f81ec5e4d3020781980 (patch) | |
| tree | 7cd47cf9108169d2b0cd6b0e61e1c309d28918f2 | |
| parent | 23845535302ee3057e72781b10477a6c40b157bc (diff) | |
| download | edify-5d5d16c2aff6f6466d4c3f81ec5e4d3020781980.tar.xz edify-5d5d16c2aff6f6466d4c3f81ec5e4d3020781980.zip | |
Update Python Version in Coverage CI
| -rw-r--r-- | .github/workflows/coverage.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1ee1661..4874616 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 with: - python-version: 3.10 + python-version: 3.9 - name: install dependencies run: | python -m pip install --upgrade pip @@ -20,6 +20,6 @@ jobs: - name: upload coverage reports run: | tox -e clean -v - tox -e py310 -v + tox -e py39 -v tox -e report -v tox -e codecov -v |
