Skip to content

Commit

Permalink
Fix github CI yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Nov 2, 2024
1 parent 3bf93fb commit 3b48d27
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 @@ -47,7 +47,7 @@ jobs:
uv pip install --system .[extra,tests,docs]
# Use headless version
uv pip install --system opencv-python-headless
- name: Install specific version of gym
- name: Install specific version of gym
run: |
uv pip install --system gymnasium==${{ matrix.gymnasium-version }}
# Only run for python 3.10, downgrade gym to 0.29.1
Expand Down

0 comments on commit 3b48d27

Please sign in to comment.