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 5682b95 commit f275dd5Copy full SHA for f275dd5
.github/workflows/pytest.yml
@@ -55,6 +55,7 @@ jobs:
55
python -m pip install --progress-bar=off -e ./ml-agents -c ${{ matrix.pip_constraints }}
56
python -m pip install --progress-bar=off -r test_requirements.txt -c ${{ matrix.pip_constraints }}
57
python -m pip install --progress-bar=off -e ./gym-unity -c ${{ matrix.pip_constraints }}
58
+ python -m pip install --progress-bar=off -e ./pettingzoo-unity -c ${{ matrix.pip_constraints }}
59
python -m pip install --progress-bar=off -e ./ml-agents-plugin-examples -c ${{ matrix.pip_constraints }}
60
- name: Save python dependencies
61
run: |
0 commit comments