mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Clean up unnecessary before_install step on Mac and change 3.9-dev->3.9 definition on Linux
This commit is contained in:
parent
86638db1b4
commit
88796762a9
1 changed files with 1 additions and 5 deletions
|
@ -112,13 +112,9 @@ jobs:
|
|||
|
||||
# Python 3.9 Tests
|
||||
- name: Python 3.9 on Linux
|
||||
python: 3.9-dev
|
||||
python: 3.9
|
||||
- <<: *test_mac
|
||||
name: Python 3.9 on MacOS
|
||||
before_install:
|
||||
- eval "$(pyenv init -)"
|
||||
- pyenv install -s $JRNL_PYTHON_VERSION
|
||||
- pyenv global $JRNL_PYTHON_VERSION
|
||||
env:
|
||||
JRNL_PYTHON_VERSION: 3.9.0
|
||||
- <<: *test_windows
|
||||
|
|
Loading…
Add table
Reference in a new issue