mirror of https://github.com/kortix-ai/suna.git
wip
This commit is contained in:
parent
baae370bea
commit
97d58267d6
|
@ -21,5 +21,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Update lock file and install dependencies
|
||||||
run: poetry install
|
run: |
|
||||||
|
poetry lock
|
||||||
|
poetry install
|
Loading…
Reference in New Issue