Skip to content

Commit

Permalink
ops: Add comment on why agileRL workflow is different from other
Browse files Browse the repository at this point in the history
tutorial workflows.
  • Loading branch information
yjhan96 committed Mar 2, 2025
1 parent 0230968 commit 401eaa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux-tutorials-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
export PATH=/path/to/parallel:$PATH
export root_dir=$(pwd)
cd tutorials/${{ matrix.tutorial }}
# Unlike above workflow, we pip install directly from the requirements.txt file
# because we need to install a specific version of pettingzoo until agileRL
# updates its gymnasium dependency version.
pip install -r requirements.txt
AutoROM -v
for f in *.py; do xvfb-run -a -s "-screen 0 1024x768x24" python "$f"; done

0 comments on commit 401eaa2

Please sign in to comment.