Skip to content

Commit c31957a

Browse files
committed
Use the right Python version in the coverage workflow.
1 parent 8e633a5 commit c31957a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Collect & Upload Coverage
2121
# codecov.io is too flaky to fail for this right now
2222
continue-on-error: true
23-
run: python -m tox -e py39-format-codecov
23+
run: python -m tox -e py310-format-codecov
2424
env:
2525
CODECOV_TOKEN: 2b38dae1-41c4-4435-a29d-79a1299e5617

0 commit comments

Comments
 (0)