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 4d5e55d commit 4e39eebCopy full SHA for 4e39eeb
1 file changed
.github/workflows/unittest.yml
@@ -14,7 +14,7 @@ permissions:
14
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
+ TEST_ALL_PACKAGES: "false" # 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']"
19
20
jobs:
0 commit comments