We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cf73d commit b0dac37Copy full SHA for b0dac37
.github/workflows/test_pr.yml
@@ -23,12 +23,8 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install flake8 pytest pytest-cov
25
pip install -e .[all]
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]
33
- name: Lint with flake8
34
0 commit comments