Skip to content

Commit 1c213d9

Browse files
add option --no-root to poetry installation in ci pipeline
1 parent cf13f41 commit 1c213d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/simple-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# install your root project, if required
8181
#----------------------------------------------
8282
- name: Install library
83-
run: poetry install --no-interaction
83+
run: poetry install --no-interaction --no-root
8484
#----------------------------------------------
8585
# run test suite
8686
#----------------------------------------------

0 commit comments

Comments
 (0)