Dev dependencies
This commit is contained in:
parent
666c8185c8
commit
7749574264
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
pip install -e ".[dev]"
|
pip install -e ".[dev]"
|
||||||
- name: Run SQLite tests
|
- name: Run SQLite tests
|
||||||
env:
|
env:
|
||||||
DATABASE_URI: sqlite:///tmp/test.sqlite
|
DATABASE_URI: 'sqlite:///:memory:'
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
- name: Build a distribution
|
- name: Build a distribution
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user