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]"
|
||||
- name: Run SQLite tests
|
||||
env:
|
||||
DATABASE_URI: sqlite:///tmp/test.sqlite
|
||||
DATABASE_URI: 'sqlite:///:memory:'
|
||||
run: |
|
||||
make test
|
||||
- name: Build a distribution
|
||||
|
||||
Loading…
Reference in New Issue
Block a user