mirror of
https://github.com/simonw/datasette.git
synced 2026-06-23 09:14:34 +02:00
Stop matrix testing against sqlite-utils 4.0rc1
Refs https://github.com/simonw/sqlite-utils/issues/758#issuecomment-4770349630 I'm going to test this in a branch instead.
This commit is contained in:
parent
bccb7f17e5
commit
57e7bba38f
1 changed files with 0 additions and 10 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
|
@ -8,17 +8,10 @@ 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 }}
|
||||
|
|
@ -34,9 +27,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install . --group dev
|
||||
if [ -n "${{ matrix.sqlite-utils-version }}" ]; then
|
||||
pip install sqlite-utils==${{ matrix.sqlite-utils-version }}
|
||||
fi
|
||||
pip freeze
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue