5454 matrix :
5555 # Run mypy on all of the supported python versions listed in setup.py
5656 # https://github.com/python/mypy/blob/master/setup.py
57- python : [ ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}]
57+ python : ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
5858 exclude :
5959 # Remove once https://github.com/googleapis/gapic-generator-python/issues/2303 is fixed
6060 - python : 3.7
@@ -168,7 +168,7 @@ jobs:
168168 needs : all_python_setup
169169 strategy :
170170 matrix :
171- python : [ ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}]
171+ python : ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
172172 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2121) Remove `_w_rest_async` variant when async rest is GA.
173173 variant : ['', _alternative_templates, _mixins, _alternative_templates_mixins, _w_rest_async]
174174 logging_scope : ["", "google"]
@@ -275,7 +275,7 @@ jobs:
275275 unit :
276276 strategy :
277277 matrix :
278- python : [ ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}]
278+ python : ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
279279 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
280280 # Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
281281 runs-on : ubuntu-22.04
@@ -298,7 +298,7 @@ jobs:
298298 fragment :
299299 strategy :
300300 matrix :
301- python : [ ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}]
301+ python : ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
302302 variant : ['', _alternative_templates]
303303
304304 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
0 commit comments