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 d0e6a3c commit 8cea578Copy full SHA for 8cea578
.github/workflows/ci.yml
@@ -49,7 +49,8 @@ jobs:
49
run: |
50
uv pip install --system gymnasium==${{ matrix.gymnasium-version }}
51
uv pip install --system "numpy<2"
52
- # Only run for python 3.10, downgrade gym to 0.29.1, numpy<2
+ 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
54
if: matrix.gymnasium-version != '1.0.0'
55
- name: Lint with ruff
56
0 commit comments