Skip to content

Commit 8cea578

Browse files
committed
Downgrade ale-py for gymnasium<1
1 parent d0e6a3c commit 8cea578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
run: |
5050
uv pip install --system gymnasium==${{ matrix.gymnasium-version }}
5151
uv pip install --system "numpy<2"
52-
# Only run for python 3.10, downgrade gym to 0.29.1, numpy<2
52+
uv pip install --system "ale-py==0.10.1"
53+
# Only run for python 3.10, downgrade gym to 0.29.1, numpy<2, ale-py==0.10.1
5354
if: matrix.gymnasium-version != '1.0.0'
5455
- name: Lint with ruff
5556
run: |

0 commit comments

Comments
 (0)