mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Ensure MacOS pyenv is up to date and attempt to reference Windows python3 directly
This commit is contained in:
parent
d62c6a1248
commit
7933a52618
1 changed files with 3 additions and 3 deletions
|
@ -117,6 +117,7 @@ jobs:
|
|||
- <<: *test_mac
|
||||
name: Python 3.9 on MacOS
|
||||
before_install:
|
||||
- brew upgrade pyenv
|
||||
- eval "$(pyenv init -)"
|
||||
- pyenv install -s $JRNL_PYTHON_VERSION
|
||||
- pyenv global $JRNL_PYTHON_VERSION
|
||||
|
@ -130,11 +131,10 @@ jobs:
|
|||
name: Python 3.9 on Windows
|
||||
before_install:
|
||||
- choco install python --pre
|
||||
- refreshenv
|
||||
- python -m pip install --upgrade pip
|
||||
- C:\ProgramData\chocolatey\bin\python3 -m pip install --upgrade pip
|
||||
- pip --version
|
||||
- pip install toml
|
||||
- python .build/allow_all_python_version.py
|
||||
- C:\ProgramData\chocolatey\bin\python3 .build/allow_all_python_version.py
|
||||
env:
|
||||
<<: *env_windows
|
||||
JRNL_PYTHON_VERSION: 3.9.0b5
|
||||
|
|
Loading…
Add table
Reference in a new issue