Skip to content

Commit

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

0 comments on commit d567c45

Please sign in to comment.