We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0274f58 commit 7ebbae3Copy full SHA for 7ebbae3
1 file changed
.github/workflows/ci-cd.yml
@@ -45,6 +45,10 @@ jobs:
45
poetry config system-git-client true
46
47
poetry install
48
+
49
+ pushd tests/list_ws/backend
50
+ poetry install
51
+ popd
52
shell: bash
53
54
- name: Lint
0 commit comments