We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964cf88 commit fa88fb6Copy full SHA for fa88fb6
.github/workflows/linux-tutorials-test.yml
@@ -31,8 +31,7 @@ jobs:
31
export PATH=/path/to/parallel:$PATH
32
export root_dir=$(pwd)
33
cd tutorials/${{ matrix.tutorial }}
34
- pip install -r requirements.txt
35
- pip uninstall -y pettingzoo
+ pip install $(grep -ivE "pettingzoo" requirements.txt)
36
pip install -e $root_dir[testing]
37
AutoROM -v
38
for f in *.py; do xvfb-run -a -s "-screen 0 1024x768x24" python "$f"; done
@@ -56,8 +55,7 @@ jobs:
56
55
57
58
59
60
61
62
63
0 commit comments