Skip to content

Commit 26e60e3

Browse files
committed
build: disable poetry package-mode for non-package app
1 parent d7ad379 commit 26e60e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-CI-CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
virtualenvs-create: true
4242
virtualenvs-in-project: true
4343
- name: install all dependencies
44-
run: poetry install --no-interaction
44+
run: poetry install --no-interaction --no-root
4545
- name: Testing with pytest
4646
run: poetry run pytest -v -s
4747

0 commit comments

Comments
 (0)