We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25e8ca commit cb869c8Copy full SHA for cb869c8
.github/workflows/pytest.yml
@@ -62,7 +62,7 @@ jobs:
62
pip freeze > pip_versions-${{ matrix.python-version }}.txt
63
cat pip_versions-${{ matrix.python-version }}.txt
64
- name: Run pytest
65
- run: pytest --cov=ml-agents ml-agents --cov=ml-agents-envs ml-agents-envs --cov=gym-unity gym-unity --cov-report=html --junitxml=junit/test-results-${{ matrix.python-version }}.xml -p no:warnings -v
+ run: pytest --cov=ml-agents ml-agents --cov=ml-agents-envs ml-agents-envs --cov=gym-unity gym-unity --cov=pettingzoo-unity pettingzoo-unity --cov-report=html --junitxml=junit/test-results-${{ matrix.python-version }}.xml -p no:warnings -v
66
- name: Upload pytest test results
67
uses: actions/upload-artifact@v2
68
with:
0 commit comments