Skip to content

Commit

Permalink
Update test_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-il-forte authored Feb 5, 2025
1 parent 0939958 commit 6401d40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
sudo apt install unrar
- name: Install Atari ROMs
run: |
wget http://www.atarimania.com/roms/Roms.rar
unrar x -o+ Roms.rar
ale-import-roms ./ROMS
#wget http://www.atarimania.com/roms/Roms.rar
#unrar x -o+ Roms.rar
#ale-import-roms ./ROMS
pip install gymnasium[accept-rom-license]
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 6401d40

Please sign in to comment.