Skip to content

Commit c20bb5b

Browse files
committed
Reduce pytest threads
1 parent c3e27f8 commit c20bb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "JAX_THREEFRY_PARTITIONABLE=$JAX_THREEFRY_PARTITIONABLE"
9797
echo "JAX_ENABLE_CHECKS=$JAX_ENABLE_CHECKS"
9898
echo "JAX_SKIP_SLOW_TESTS=$JAX_SKIP_SLOW_TESTS"
99-
pytest -n auto --tb=short --maxfail=20 tests examples
99+
pytest -n 4 --tb=short --maxfail=20 tests examples
100100
101101
102102
documentation:

0 commit comments

Comments
 (0)