Also install metaworld during workflow run

This commit is contained in:
Dominik Moritz Roth 2024-02-10 13:28:25 +01:00
parent 26fe6082fc
commit eccbf32794

View File

@ -25,5 +25,8 @@ jobs:
- name: Install package dependencies - name: Install package dependencies
run: pip install .[testing] 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 - name: Run pytest
run: pytest run: pytest