mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-23 10:24:12 +02:00
pip install . --group dev
This commit is contained in:
parent
29d84bc95d
commit
066d0f3e8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
cache-dependency-path: pyproject.toml
|
cache-dependency-path: pyproject.toml
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install --group dev
|
pip install . --group dev
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue