Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Sep 12, 2023
1 parent 0041272 commit ec66205
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,11 @@ jobs:
cd metadrive/
pip install nbmake pytest-xdist
cache store
# move to test dir. If it is in a python package, then the test will fail!
cp ./examples/Basic_MetaDrive_Usages.ipynb ./tests
pytest --nbmake -n=auto ./tests
mkdir ./tests/test_ipynb
cp ./examples/Basic_MetaDrive_Usages.ipynb ./test/tests_ipynb
pytest --nbmake -n=auto ./test/tests_ipynb

# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
Expand Down

0 comments on commit ec66205

Please sign in to comment.