Skip to content

Commit b0dac37

Browse files
Update test_pr.yml
1 parent 48cf73d commit b0dac37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test_pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install flake8 pytest pytest-cov
2525
pip install -e .[all]
26-
sudo apt install unrar
2726
- name: Install Atari ROMs
2827
run: |
29-
# wget http://www.atarimania.com/roms/Roms.rar
30-
# unrar x -o+ Roms.rar
31-
# ale-import-roms ./ROMS
3228
pip install gymnasium[accept-rom-license]
3329
- name: Lint with flake8
3430
run: |

0 commit comments

Comments
 (0)