Fiddling with Windows python references

This commit is contained in:
Micah Jerome Ellison 2020-08-08 14:15:33 -07:00
parent 0b1785d287
commit 26f9da8a10

View file

@ -131,13 +131,14 @@ 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
- C:/ProgramData/chocolatey/bin/python --version #- C:/ProgramData/chocolatey/bin/python --version # this doesn't work - 2.7
- python --version
- curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py - curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
- C:/ProgramData/chocolatey/bin/python get-pip.py - python get-pip.py
- rm get-pip.py - rm get-pip.py
- pip --version - pip --version
- pip install toml - pip install toml
- C:/ProgramData/chocolatey/bin/python .build/allow_all_python_version.py - python .build/allow_all_python_version.py
env: env:
<<: *env_windows <<: *env_windows
JRNL_PYTHON_VERSION: 3.9.0b5 JRNL_PYTHON_VERSION: 3.9.0b5