Skip to content

Commit 36c21ac

Browse files
authored
Add missing condition in CI (#264)
1 parent dde945c commit 36c21ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uv pip install --system gymnasium==${{ matrix.gymnasium-version }}
5454
uv pip install --system "numpy<2"
5555
# Only run for python 3.10, downgrade gym to 0.29.1
56-
56+
if: matrix.gymnasium-version != '1.0.0'
5757
- name: Lint with ruff
5858
run: |
5959
make lint

0 commit comments

Comments
 (0)