Skip to content

Commit d567c45

Browse files
Revert "Update test_pr.yml"
This reverts commit 6401d40.
1 parent 6401d40 commit d567c45

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test_pr.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
sudo apt install unrar
2727
- name: Install Atari ROMs
2828
run: |
29-
#wget http://www.atarimania.com/roms/Roms.rar
30-
#unrar x -o+ Roms.rar
31-
#ale-import-roms ./ROMS
32-
pip install gymnasium[accept-rom-license]
29+
wget http://www.atarimania.com/roms/Roms.rar
30+
unrar x -o+ Roms.rar
31+
ale-import-roms ./ROMS
3332
- name: Lint with flake8
3433
run: |
3534
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)