Skip to content

Commit a67a342

Browse files
Update continuous_integration.yml
1 parent acef38e commit a67a342

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
sudo apt install unrar
2626
- name: Install Atari ROMs
2727
run: |
28-
#wget http://www.atarimania.com/roms/Roms.rar
29-
#unrar x -o+ Roms.rar
30-
#ale-import-roms ./ROMS
31-
pip install gymnasium[accept-rom-license]
28+
pip install "autorom[accept-rom-license]"
3229
- name: Lint with flake8
3330
run: |
3431
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)