mirror of
https://github.com/simonw/datasette.git
synced 2026-06-06 09:07:00 +02:00
dependency-groups and uv (#2611)
* dependency-groups and uv, closes #2610 * New .readthedocs config for --group dev
This commit is contained in:
parent
1d4448fc56
commit
4cbdfcc07d
10 changed files with 65 additions and 75 deletions
2
.github/workflows/test-sqlite-support.yml
vendored
2
.github/workflows/test-sqlite-support.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
(cd tests && gcc ext.c -fPIC -shared -o ext.so)
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -e '.[test]'
|
||||
pip install . --group dev
|
||||
pip freeze
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue