Skip to content

Commit 7936a88

Browse files
committed
Install dependencies of all test packages in CI/CD
1 parent 4f496c1 commit 7936a88

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ jobs:
4949
pushd tests/list_ws/backend
5050
poetry install
5151
popd
52+
53+
pushd tests/list_ws/cli_tool
54+
poetry install
55+
popd
56+
57+
pushd tests/list_ws/ui_app
58+
poetry install
59+
popd
60+
61+
pushd tests/nested_package/pyback
62+
poetry install
63+
popd
5264
shell: bash
5365

5466
- name: Lint

0 commit comments

Comments
 (0)