mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Clean up unnecessary TOML modification in 3.9 build and always upgrade pyenv in Mac builds
This commit is contained in:
parent
cd5485ad60
commit
86638db1b4
1 changed files with 1 additions and 8 deletions
|
@ -35,6 +35,7 @@ aliases:
|
|||
- $HOME/.pyenv/versions
|
||||
- $HOME/Library/Caches/pypoetry
|
||||
before_install:
|
||||
- brew upgrade pyenv
|
||||
- eval "$(pyenv init -)"
|
||||
- pyenv install -s $JRNL_PYTHON_VERSION
|
||||
- pyenv global $JRNL_PYTHON_VERSION
|
||||
|
@ -111,21 +112,13 @@ jobs:
|
|||
|
||||
# Python 3.9 Tests
|
||||
- name: Python 3.9 on Linux
|
||||
before_install:
|
||||
- pip install toml
|
||||
- python .build/allow_all_python_version.py
|
||||
python: 3.9-dev
|
||||
- <<: *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
|
||||
- pip install --upgrade pip
|
||||
- pip --version
|
||||
- pip install toml
|
||||
- python .build/allow_all_python_version.py
|
||||
env:
|
||||
JRNL_PYTHON_VERSION: 3.9.0
|
||||
- <<: *test_windows
|
||||
|
|
Loading…
Add table
Reference in a new issue