Be nice to TF (#24076)

* fix

* fix

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-06-07 16:18:13 +02:00
committed by GitHub
parent 4795219228
commit 092c14c37d

View File

@@ -272,6 +272,7 @@ tf_job = CircleCIJob(
"pip install tensorflow_probability", "pip install tensorflow_probability",
], ],
parallelism=1, parallelism=1,
pytest_num_workers=6,
pytest_options={"rA": None}, pytest_options={"rA": None},
) )