Skip to content

Commit

Permalink
Add missing condition in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Nov 18, 2024
1 parent 18fec19 commit de1daa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +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: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trained_agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,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: Check trained agents
run: |
Expand Down

0 comments on commit de1daa7

Please sign in to comment.