Skip to content

Commit 394912b

Browse files
committed
fix(ci): deps install for docker integration job
Signed-off-by: Fatih Acar <[email protected]>
1 parent eb60128 commit 394912b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ jobs:
401401
run: |
402402
poetry config virtualenvs.create true --local
403403
poetry env use 3.12
404+
- name: "Install dependencies"
405+
run: "poetry install --no-interaction --no-ansi"
404406
- name: "Run tests"
405407
run: "poetry run pytest backend/tests/integration_docker/"
406408

0 commit comments

Comments
 (0)