We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca31fe5 commit ef01561Copy full SHA for ef01561
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
Linting:
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
steps:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-python@v2
@@ -27,7 +27,7 @@ jobs:
27
run: SKIP=no-commit-to-branch pre-commit run --all-files
28
29
Pytest:
30
31
strategy:
32
fail-fast: true
33
matrix:
@@ -81,7 +81,7 @@ jobs:
81
coverage-branch: coverage
82
83
Documentation:
84
85
86
87
@@ -101,7 +101,7 @@ jobs:
101
mkdocs build --clean
102
103
Installation:
104
105
106
fail-fast: false
107
0 commit comments