Skip to content

Commit 4e39eeb

Browse files
committed
set TEST_ALL_PACKAGES to false
1 parent 4d5e55d commit 4e39eeb

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
@@ -14,7 +14,7 @@ permissions:
1414

1515
# Configurable global environment variables for batching
1616
env:
17-
TEST_ALL_PACKAGES: "true" # Set to "false" to only run tests for packages with a git diff
17+
TEST_ALL_PACKAGES: "false" # Set to "false" to only run tests for packages with a git diff
1818
ALL_PYTHON: "['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']"
1919

2020
jobs:

0 commit comments

Comments
 (0)