We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7874c8e commit df3b476Copy full SHA for df3b476
.github/workflows/coverage.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Setup Python
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
24
with:
25
python-version: "3.10"
26
- run: pip install nox coverage
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
27
0 commit comments