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 d583283 commit 7d7d6f1Copy full SHA for 7d7d6f1
.github/workflows/pytest.yml
@@ -40,8 +40,7 @@ jobs:
40
run: python -c "import sys; print(sys.version)"
41
- name: Install dependencies
42
run: |
43
- # pin pip to workaround https://github.com/pypa/pip/issues/9180
44
- python -m pip install pip==20.2
+ python -m pip install --upgrade pip
45
python -m pip install --upgrade setuptools
46
python -m pip install --progress-bar=off -e ./ml-agents-envs
47
python -m pip install --progress-bar=off -e ./ml-agents
0 commit comments