Skip to content

Commit 4a56083

Browse files
authored
Merge pull request #5947 from opsmill/stable
Merge stable into release-1.2
2 parents 74402eb + 394912b commit 4a56083

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
@@ -438,6 +438,8 @@ jobs:
438438
run: |
439439
poetry config virtualenvs.create true --local
440440
poetry env use 3.12
441+
- name: "Install dependencies"
442+
run: "poetry install --no-interaction --no-ansi"
441443
- name: "Run tests"
442444
run: "poetry run pytest backend/tests/integration_docker/"
443445

0 commit comments

Comments
 (0)