mirror of
https://github.com/simonw/datasette.git
synced 2026-06-23 09:14:34 +02:00
Don't fail test run on sqlite-utils 4.0rc1 failures
Refs https://github.com/simonw/sqlite-utils/issues/758#issuecomment-4763675905
This commit is contained in:
parent
387f4dd4bc
commit
bccb7f17e5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -8,13 +8,17 @@ permissions:
|
|||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||
sqlite-utils-version: [""]
|
||||
experimental: [false]
|
||||
include:
|
||||
- python-version: "3.14"
|
||||
sqlite-utils-version: "4.0rc1"
|
||||
experimental: true
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue