mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Remove Python3.6 references and check for Python directory in root directory
This commit is contained in:
parent
26f9da8a10
commit
450db4febe
1 changed files with 3 additions and 3 deletions
|
@ -44,11 +44,10 @@ aliases:
|
|||
os: windows
|
||||
language: shell
|
||||
env: &env_windows
|
||||
PATH: /c/Python36:/c/Python36/Scripts:/c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:$PATH
|
||||
PATH: /c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:$PATH
|
||||
PYTHONIOENCODING: UTF-8
|
||||
cache:
|
||||
directories:
|
||||
- /c/Python36
|
||||
- /c/Python37
|
||||
- /c/Python38
|
||||
- /c/ProgramData/chocolatey/lib
|
||||
|
@ -131,7 +130,8 @@ jobs:
|
|||
name: Python 3.9 on Windows
|
||||
before_install:
|
||||
- choco install python --pre
|
||||
#- C:/ProgramData/chocolatey/bin/python --version # this doesn't work - 2.7
|
||||
- ls /c/
|
||||
#- C:/ProgramData/chocolatey/bin/python --version # this doesn't work - it's Python 2.7
|
||||
- python --version
|
||||
- curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
|
||||
- python get-pip.py
|
||||
|
|
Loading…
Add table
Reference in a new issue