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 c3e27f8 commit c20bb5bCopy full SHA for c20bb5b
.github/workflows/ci-build.yaml
@@ -96,7 +96,7 @@ jobs:
96
echo "JAX_THREEFRY_PARTITIONABLE=$JAX_THREEFRY_PARTITIONABLE"
97
echo "JAX_ENABLE_CHECKS=$JAX_ENABLE_CHECKS"
98
echo "JAX_SKIP_SLOW_TESTS=$JAX_SKIP_SLOW_TESTS"
99
- pytest -n auto --tb=short --maxfail=20 tests examples
+ pytest -n 4 --tb=short --maxfail=20 tests examples
100
101
102
documentation:
0 commit comments