We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd2392 commit a7c1fb7Copy full SHA for a7c1fb7
.github/workflows/pytest_flake8.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
strategy:
20
matrix:
21
- os: [ubuntu20.04]
+ os: [ubuntu-20.04]
22
python-version: ['3.8.0', '3.9.0', '3.10.0']
23
24
steps:
0 commit comments