Skip to content

Commit

Permalink
adapted workflow for newest myosuite version
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Schumacher committed Aug 14, 2024
1 parent ec76e70 commit 8e95a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install -e .
pip3 install -r requirements.txt
pip3 install myosuite==2.1.3
pip3 install myosuite==2.5.0
pip3 install pytest
- name: Run Test environment
Expand Down

0 comments on commit 8e95a42

Please sign in to comment.