Skip to content

Commit 7d7d6f1

Browse files
author
Chris Elion
authored
revert pinning pip (#4944)
1 parent d583283 commit 7d7d6f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
run: python -c "import sys; print(sys.version)"
4141
- name: Install dependencies
4242
run: |
43-
# pin pip to workaround https://github.com/pypa/pip/issues/9180
44-
python -m pip install pip==20.2
43+
python -m pip install --upgrade pip
4544
python -m pip install --upgrade setuptools
4645
python -m pip install --progress-bar=off -e ./ml-agents-envs
4746
python -m pip install --progress-bar=off -e ./ml-agents

0 commit comments

Comments
 (0)