run poetry install for sqlite w/ burnettk
This commit is contained in:
parent
5c5e36c067
commit
f00059369c
|
@ -125,6 +125,9 @@ jobs:
|
|||
with:
|
||||
repository: sartography/sample-process-models
|
||||
path: sample-process-models
|
||||
- name: Poetry Install
|
||||
if: matrix.database == 'sqlite'
|
||||
run: poetry install
|
||||
- name: Setup sqlite
|
||||
if: matrix.database == 'sqlite'
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue