We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88aa22 commit 55dda57Copy full SHA for 55dda57
.github/workflows/coverage.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v2
8
- uses: actions/setup-python@v1
9
with:
10
- python-version: '3.9'
+ python-version: "3.10"
11
architecture: x64
12
- run: pip install nox
13
- run: nox -f noxfile_cov.py
0 commit comments