Also install metaworld during workflow run
This commit is contained in:
parent
26fe6082fc
commit
eccbf32794
3
.github/workflows/pytest.yml
vendored
3
.github/workflows/pytest.yml
vendored
@ -25,5 +25,8 @@ jobs:
|
||||
- name: Install package dependencies
|
||||
run: pip install .[testing]
|
||||
|
||||
- name: Install Metaworld
|
||||
run: pip install metaworld@git+https://github.com/Farama-Foundation/Metaworld.git@d155d0051630bb365ea6a824e02c66c068947439#egg=metaworld
|
||||
|
||||
- name: Run pytest
|
||||
run: pytest
|
||||
|
Loading…
Reference in New Issue
Block a user