We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6401d40 commit d567c45Copy full SHA for d567c45
.github/workflows/test_pr.yml
@@ -26,10 +26,9 @@ jobs:
26
sudo apt install unrar
27
- name: Install Atari ROMs
28
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]
+ wget http://www.atarimania.com/roms/Roms.rar
+ unrar x -o+ Roms.rar
+ ale-import-roms ./ROMS
33
- name: Lint with flake8
34
35
# stop the build if there are Python syntax errors or undefined names
0 commit comments