Add upgrade pip to Windows Python 3.9 build

This commit is contained in:
Micah Jerome Ellison 2020-08-15 13:24:26 -07:00
parent 02242953b2
commit 99545dcb65

View file

@ -132,6 +132,7 @@ jobs:
before_install: before_install:
- choco install python --pre - choco install python --pre
- python --version - python --version
- 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