run poetry install for sqlite w/ burnettk

This commit is contained in:
jasquat 2023-02-27 17:21:34 -05:00
parent 5c5e36c067
commit f00059369c
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -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: |