Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit c8e71e8

Browse files
committed
update syntax
1 parent a971f5a commit c8e71e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
- name: Check type annotations.
7272
run: nox -s mypy-${{ matrix.python }}
7373
showcase:
74-
needs: all_python_setup
7574
strategy:
7675
# Run showcase tests on the lowest and highest supported runtimes
7776
matrix:
@@ -273,6 +272,7 @@ jobs:
273272
- name: Check autogenerated snippets.
274273
run: nox -s snippetgen
275274
unit:
275+
needs: all_python_setup
276276
strategy:
277277
matrix:
278278
python: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
@@ -296,6 +296,7 @@ jobs:
296296
- name: Run unit tests.
297297
run: nox -s unit-${{ matrix.python }}
298298
fragment:
299+
needs: all_python_setup
299300
strategy:
300301
matrix:
301302
python: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}

0 commit comments

Comments
 (0)