Skip to content

Commit 3b35dcc

Browse files
committed
Fix poetry working dir in CI
1 parent f6aeec2 commit 3b35dcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
POETRY_VIRTUALENVS_CREATE: false
2929
run: >
3030
pip3 install poetry
31+
&& cd backend
3132
&& poetry install
3233
3334
- name: Format

0 commit comments

Comments
 (0)