mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Use bash-friendly paths in Windows and check to see exactly what the Python 3.9 executable is
This commit is contained in:
parent
7933a52618
commit
468312c098
1 changed files with 3 additions and 2 deletions
|
@ -131,10 +131,11 @@ 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\python3 -m pip install --upgrade pip
|
- ls C:/ProgramData/chocolatey/bin/
|
||||||
|
- C:/ProgramData/chocolatey/bin/python -m pip install --upgrade pip
|
||||||
- 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/python3 .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