mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-29 11:15:00 +00:00
run poetry install for sqlite w/ burnettk
This commit is contained in:
parent
5c5e36c067
commit
f00059369c
3
.github/workflows/backend_tests.yml
vendored
3
.github/workflows/backend_tests.yml
vendored
@ -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…
x
Reference in New Issue
Block a user