mirror of
https://github.com/simonw/datasette.git
synced 2026-06-12 20:16:56 +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-coverage.yml
vendored
2
.github/workflows/test-coverage.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -e .[test]
|
||||
python -m pip install . --group dev
|
||||
python -m pip install pytest-cov
|
||||
- name: Run tests
|
||||
run: |-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue