We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde945c commit 36c21acCopy full SHA for 36c21ac
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
uv pip install --system gymnasium==${{ matrix.gymnasium-version }}
54
uv pip install --system "numpy<2"
55
# Only run for python 3.10, downgrade gym to 0.29.1
56
-
+ if: matrix.gymnasium-version != '1.0.0'
57
- name: Lint with ruff
58
run: |
59
make lint
0 commit comments