Add refreshenv to get python3 path included in WIndows

This commit is contained in:
Micah Jerome Ellison 2020-08-08 13:26:55 -07:00
parent 576d8c1f41
commit d62c6a1248

View file

@ -130,6 +130,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
- refreshenv
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
- pip --version - pip --version
- pip install toml - pip install toml