We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bbd50 commit 4dd2eb3Copy full SHA for 4dd2eb3
1 file changed
.github/workflows/python-tests.yml
@@ -31,6 +31,7 @@ jobs:
31
32
run-tests-and-coverage:
33
name: "Run nox for tests and coverage"
34
+ needs: "settings"
35
runs-on: "${{ matrix.os }}"
36
strategy:
37
fail-fast: false
@@ -112,6 +113,7 @@ jobs:
112
113
114
linters-and-formatters:
115
name: "linters and formattrs"
116
117
runs-on: "ubuntu-latest"
118
steps:
119
- name: "Repo checkout"
0 commit comments