mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Adding c:\Python310 path reference for Python 3.10 Windows build
This commit is contained in:
parent
90c735475c
commit
cd5485ad60
1 changed files with 2 additions and 1 deletions
|
@ -44,13 +44,14 @@ aliases:
|
|||
os: windows
|
||||
language: shell
|
||||
env: &env_windows
|
||||
PATH: /c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:/c/Python39:/c/Python39/Scripts:$PATH
|
||||
PATH: /c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:/c/Python39:/c/Python39/Scripts:/c/Python310:/c/Python310/Scripts:$PATH
|
||||
PYTHONIOENCODING: UTF-8
|
||||
cache:
|
||||
directories:
|
||||
- /c/Python37
|
||||
- /c/Python38
|
||||
- /c/Python39
|
||||
- /c/Python310
|
||||
- /c/ProgramData/chocolatey/lib
|
||||
- /c/ProgramData/chocolatey/bin
|
||||
- /c/Users/travis/AppData/Local/pypoetry/Cache
|
||||
|
|
Loading…
Add table
Reference in a new issue