Skip to content

Commit c26b6d0

Browse files
committed
python install fix
1 parent fe8f93f commit c26b6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies with Poetry (from e2e folder)
4242
working-directory: ./e2e
4343
run: |
44-
poetry install
44+
poetry install --no-root
4545
4646
- uses: hashicorp/setup-terraform@v3
4747
with:

0 commit comments

Comments
 (0)