Remove pip steps that should be unnecessary

This commit is contained in:
Micah Jerome Ellison 2020-08-15 12:51:45 -07:00
parent fbe1347f73
commit 02242953b2

View file

@ -131,12 +131,7 @@ jobs:
name: Python 3.9 on Windows name: Python 3.9 on Windows
before_install: before_install:
- choco install python --pre - choco install python --pre
- ls /c/
#- C:/ProgramData/chocolatey/bin/python --version # this doesn't work - it's Python 2.7
- python --version - python --version
- curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
- python get-pip.py
- rm get-pip.py
- pip --version - pip --version
- pip install toml - pip install toml
- python .build/allow_all_python_version.py - python .build/allow_all_python_version.py