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

Commit 5ee125c

Browse files
committed
update syntax
1 parent 09cf4e6 commit 5ee125c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ concurrency:
1616
env:
1717
SHOWCASE_VERSION: 0.35.0
1818
PROTOC_VERSION: 3.20.2
19-
ALL_PYTHON: '"3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"'
2019
# Use Python 3.10 for docs to match the version for the sphinx plugin
2120
# https://github.com/googleapis/synthtool/pull/1891
2221
DOCS_PYTHON: "3.10"
@@ -33,7 +32,7 @@ jobs:
3332
- name: Set up all python
3433
id: all_python
3534
run: |
36-
all_python=$(echo ${{ vars.ALL_PYTHON }} | jq -Rrc 'split(",")')
35+
all_python = ConvertTo-Json @("3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13")
3736
echo "all_python=$all_python" >> "$GITHUB_OUTPUT"
3837
docs:
3938
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)