Skip to content

Commit

Permalink
Update github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Dec 20, 2024
1 parent a290826 commit 07791e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
uv pip install --system .[extra,tests,docs]
# Use headless version
uv pip install --system opencv-python-headless
# to record videos
uv pip install --system moviepy
# check ffmpeg is installed
ffmpeg -version
- name: Install specific version of gym
run: |
uv pip install --system gymnasium==${{ matrix.gymnasium-version }}
Expand Down

0 comments on commit 07791e9

Please sign in to comment.