mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Fix allow_failures to allow all three Python 3.9 builds to fail
This commit is contained in:
parent
6343f28ec1
commit
baaf2bef18
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ aliases:
|
||||||
jobs:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: 3.9-dev
|
- name: Python 3.9 on Windows
|
||||||
|
- name: Python 3.9 on Linux
|
||||||
|
- name: Python 3.9 on MacOS
|
||||||
- python: nightly
|
- python: nightly
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Reference in a new issue