mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 21:24:19 +00:00
run poetry install for sqlite w/ burnettk
This commit is contained in:
parent
5a873a9e2d
commit
b2782f8975
3
.github/workflows/backend_tests.yml
vendored
3
.github/workflows/backend_tests.yml
vendored
@ -125,6 +125,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: sartography/sample-process-models
|
repository: sartography/sample-process-models
|
||||||
path: sample-process-models
|
path: sample-process-models
|
||||||
|
- name: Poetry Install
|
||||||
|
if: matrix.database == 'sqlite'
|
||||||
|
run: poetry install
|
||||||
- name: Setup sqlite
|
- name: Setup sqlite
|
||||||
if: matrix.database == 'sqlite'
|
if: matrix.database == 'sqlite'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user