mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Add Python 3.9 path to Windows build
This commit is contained in:
parent
450db4febe
commit
fbe1347f73
1 changed files with 2 additions and 1 deletions
|
@ -44,12 +44,13 @@ aliases:
|
|||
os: windows
|
||||
language: shell
|
||||
env: &env_windows
|
||||
PATH: /c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:$PATH
|
||||
PATH: /c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:/c/Python39:/c/Python39/Scripts:$PATH
|
||||
PYTHONIOENCODING: UTF-8
|
||||
cache:
|
||||
directories:
|
||||
- /c/Python37
|
||||
- /c/Python38
|
||||
- /c/Python39
|
||||
- /c/ProgramData/chocolatey/lib
|
||||
- /c/ProgramData/chocolatey/bin
|
||||
- /c/Users/travis/AppData/Local/pypoetry/Cache
|
||||
|
|
Loading…
Add table
Reference in a new issue