Skip to content

Commit 7ebbae3

Browse files
committed
Install dependencies in test backend package in CI/CD
1 parent 0274f58 commit 7ebbae3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
poetry config system-git-client true
4646
4747
poetry install
48+
49+
pushd tests/list_ws/backend
50+
poetry install
51+
popd
4852
shell: bash
4953

5054
- name: Lint

0 commit comments

Comments
 (0)