Skip to content

Commit f275dd5

Browse files
committed
Install pettingzoo-unity requirements for pytest
1 parent 5682b95 commit f275dd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
python -m pip install --progress-bar=off -e ./ml-agents -c ${{ matrix.pip_constraints }}
5656
python -m pip install --progress-bar=off -r test_requirements.txt -c ${{ matrix.pip_constraints }}
5757
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 }}
5859
python -m pip install --progress-bar=off -e ./ml-agents-plugin-examples -c ${{ matrix.pip_constraints }}
5960
- name: Save python dependencies
6061
run: |

0 commit comments

Comments
 (0)