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

Commit 9e2f430

Browse files
committed
update syntax
1 parent 3df23ba commit 9e2f430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Run showcase tests on the lowest and highest supported runtimes
7676
matrix:
7777
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2121) Remove `showcase_w_rest_async` target when async rest is GA.
78-
python: [${{ vars.OLDEST_PYTHON }}, ${{ vars.NEWEST_STABLE_PYTHON }}]
78+
python: ["${{ vars.OLDEST_PYTHON }}", "${{ vars.NEWEST_STABLE_PYTHON }}"]
7979
target: [showcase, showcase_w_rest_async]
8080
logging_scope: ["", "google"]
8181

0 commit comments

Comments
 (0)