We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd8144 commit 5ef6f91Copy full SHA for 5ef6f91
1 file changed
.github/workflows/unittest.yml
@@ -15,7 +15,7 @@ permissions:
15
# Configurable global environment variables for batching
16
env:
17
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"]'
+ ALL_PYTHON: "['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']"
19
20
jobs:
21
# Dynamic package discovery job to calculate required matrix size automatically
0 commit comments