Skip to content

Commit

Permalink
install all deps in workflows/linux-tutorials-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Jan 7, 2025
1 parent fa88fb6 commit c4bd472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-tutorials-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
export root_dir=$(pwd)
cd tutorials/${{ matrix.tutorial }}
pip install $(grep -ivE "pettingzoo" requirements.txt)
pip install -e $root_dir[testing]
pip install -e $root_dir[all,testing]
AutoROM -v
for f in *.py; do xvfb-run -a -s "-screen 0 1024x768x24" python "$f"; done
Expand All @@ -56,6 +56,6 @@ jobs:
export root_dir=$(pwd)
cd tutorials/${{ matrix.tutorial }}
pip install $(grep -ivE "pettingzoo" requirements.txt)
pip install -e $root_dir[testing]
pip install -e $root_dir[all,testing]
AutoROM -v
for f in *.py; do xvfb-run -a -s "-screen 0 1024x768x24" python "$f"; done

0 comments on commit c4bd472

Please sign in to comment.