mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Confirm Python version in Windows and attempt to get pip a different way
This commit is contained in:
parent
468312c098
commit
0b1785d287
1 changed files with 5 additions and 3 deletions
|
@ -131,11 +131,13 @@ 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:/ProgramData/chocolatey/bin/
|
- C:/ProgramData/chocolatey/bin/python --version
|
||||||
- C:/ProgramData/chocolatey/bin/python -m pip install --upgrade pip
|
- curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
|
||||||
|
- C:/ProgramData/chocolatey/bin/python get-pip.py
|
||||||
|
- rm get-pip.py
|
||||||
- pip --version
|
- pip --version
|
||||||
- pip install toml
|
- pip install toml
|
||||||
- C:/ProgramData/chocolatey/bin/python3 .build/allow_all_python_version.py
|
- C:/ProgramData/chocolatey/bin/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
|
||||||
|
|
Loading…
Add table
Reference in a new issue