Skip to content

Commit 4dd2eb3

Browse files
committed
Ensure steps wait for settings to be completed
1 parent 33bbd50 commit 4dd2eb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
3232
run-tests-and-coverage:
3333
name: "Run nox for tests and coverage"
34+
needs: "settings"
3435
runs-on: "${{ matrix.os }}"
3536
strategy:
3637
fail-fast: false
@@ -112,6 +113,7 @@ jobs:
112113
113114
linters-and-formatters:
114115
name: "linters and formattrs"
116+
needs: "settings"
115117
runs-on: "ubuntu-latest"
116118
steps:
117119
- name: "Repo checkout"

0 commit comments

Comments
 (0)