Dev dependencies

This commit is contained in:
Friedrich Lindenberg
2020-03-15 13:24:19 +01:00
parent 666c8185c8
commit 7749574264
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -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