Attempt to resolve "access denied" error when upgrading pip on Windows

This commit is contained in:
Micah Jerome Ellison 2020-08-15 13:36:30 -07:00
parent 99545dcb65
commit 4b91e28d10

View file

@ -132,7 +132,7 @@ jobs:
before_install: before_install:
- choco install python --pre - choco install python --pre
- python --version - python --version
- pip install --upgrade pip - python -m pip install --upgrade pip
- pip --version - pip --version
- pip install toml - pip install toml
- python .build/allow_all_python_version.py - python .build/allow_all_python_version.py