mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-15 02:38:30 +02:00
Add continue-on-error for 3.10
Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
parent
3f23756269
commit
403ebc36fd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/testing.yaml
vendored
1
.github/workflows/testing.yaml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
||||||
if: >
|
if: >
|
||||||
! contains(github.event.head_commit.message, '[ci skip]')
|
! contains(github.event.head_commit.message, '[ci skip]')
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
continue-on-error: ${{ matrix.python-version == '3.10-dev' }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Reference in a new issue