Skip to content

Commit 5ef6f91

Browse files
committed
syntax
1 parent bbd8144 commit 5ef6f91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
# Configurable global environment variables for batching
1616
env:
1717
TEST_ALL_PACKAGES: "true" # Set to "false" to only run tests for packages with a git diff
18-
ALL_PYTHON: '["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]'
18+
ALL_PYTHON: "['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']"
1919

2020
jobs:
2121
# Dynamic package discovery job to calculate required matrix size automatically

0 commit comments

Comments
 (0)