Skip to content

Commit 8a6a7cf

Browse files
committed
Fix notebooks require redis - run them in separate tox to enhance parallelization in gh.
Signed-off-by: chenkins <[email protected]>
1 parent c98f90d commit 8a6a7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
env_list = py{310,311,312},py{310,311,312}-notebooks,py{310,311,312}-ml,py{310,311,312}-verify-install
2+
env_list = py{310,311,312},py{310,311,312}-ml,py{310,311,312}-verify-install
33

44
[gh-actions]
55
python =
@@ -108,7 +108,7 @@ deps =
108108
-r requirements-dev.txt
109109
commands =
110110
python --version
111-
python -m pytest --nbmake \
111+
python -m pytest -s --nbmake \
112112
notebooks/simple-graph-plot-2022.ipynb \
113113
notebooks/Agent-Close-Following.ipynb \
114114
notebooks/simple_example_manual_control.ipynb \

0 commit comments

Comments
 (0)