mirror of
https://github.com/simonw/datasette.git
synced 2026-07-08 16:44:34 +02:00
Test Datasette against sqlite-utils>=4.0rc4
Refs https://github.com/simonw/sqlite-utils/issues/769#issuecomment-4900497417
This commit is contained in:
parent
ebd013c6ef
commit
d2695a0c2f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install . --group dev
|
||||
pip install --pre 'sqlite-utils>=4.0rc3'
|
||||
pip install --pre 'sqlite-utils>=4.0rc4'
|
||||
pip freeze
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue