mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Fiddling with Windows python references
This commit is contained in:
parent
0b1785d287
commit
26f9da8a10
1 changed files with 4 additions and 3 deletions
|
@ -131,13 +131,14 @@ jobs:
|
|||
name: Python 3.9 on Windows
|
||||
before_install:
|
||||
- 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
|
||||
- C:/ProgramData/chocolatey/bin/python get-pip.py
|
||||
- python get-pip.py
|
||||
- rm get-pip.py
|
||||
- pip --version
|
||||
- pip install toml
|
||||
- C:/ProgramData/chocolatey/bin/python .build/allow_all_python_version.py
|
||||
- python .build/allow_all_python_version.py
|
||||
env:
|
||||
<<: *env_windows
|
||||
JRNL_PYTHON_VERSION: 3.9.0b5
|
||||
|
|
Loading…
Add table
Reference in a new issue