Skip to content

Commit

Permalink
Add missing condition in CI (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin authored Nov 18, 2024
1 parent dde945c commit 36c21ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uv pip install --system gymnasium==${{ matrix.gymnasium-version }}
uv pip install --system "numpy<2"
# Only run for python 3.10, downgrade gym to 0.29.1

if: matrix.gymnasium-version != '1.0.0'
- name: Lint with ruff
run: |
make lint
Expand Down

0 comments on commit 36c21ac

Please sign in to comment.