Skip to content

Commit

Permalink
correct system
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH committed Sep 1, 2024
1 parent 8b81178 commit 47230a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_rl_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
python-version: "3.12"
- name: Install uv
run: pip install --system uv
run: pip install uv
- name: Install dependencies
run: uv pip install mesa pytest
run: uv pip install --system mesa pytest
- name: Install RL dependencies
run: uv pip install .[rl_example]
run: uv pip install --system .[rl_example]
- name: Test with pytest
run: pytest -rA -Werror test_rl_examples.py

Expand Down

0 comments on commit 47230a8

Please sign in to comment.