install md for github test

This commit is contained in:
QuanyiLi
2023-05-08 17:15:58 +01:00
parent 3830fca97c
commit 5c3e516c06
13 changed files with 136 additions and 94 deletions

View File

@@ -39,6 +39,12 @@ jobs:
pip install pytest
pip install pytest-cov
pip install ray
git clone git@github.com:metadriverse/metadrive.git
cd metadrive
pip install -e .
cd ../
cd scenarionet/
pytest --cov=./ --cov-config=.coveragerc --cov-report=xml -sv tests