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: |
|
||||
curl -sSL https://install.python-poetry.org | python3 -
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
- name: Update lock file and install dependencies
|
||||
run: |
|
||||
poetry lock
|
||||
poetry install
|
Loading…
Reference in New Issue