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

Commit 08d7eb6

Browse files
committed
update syntax
1 parent 2cd8462 commit 08d7eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
# Run mypy on all of the supported python versions listed in setup.py
5252
# https://github.com/python/mypy/blob/master/setup.py
53-
python: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
53+
python: [${{ fromJSON(needs.all_python_setup.outputs.all_python) }}]
5454
exclude:
5555
# Remove once https://github.com/googleapis/gapic-generator-python/issues/2303 is fixed
5656
- python: 3.7
@@ -164,7 +164,7 @@ jobs:
164164
needs: all_python_setup
165165
strategy:
166166
matrix:
167-
python: ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
167+
python: [${{ fromJSON(needs.all_python_setup.outputs.all_python) }}]
168168
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2121) Remove `_w_rest_async` variant when async rest is GA.
169169
variant: ['', _alternative_templates, _mixins, _alternative_templates_mixins, _w_rest_async]
170170
logging_scope: ["", "google"]

0 commit comments

Comments
 (0)