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 cf13f41 commit 1c213d9Copy full SHA for 1c213d9
.github/workflows/simple-ci.yml
@@ -80,7 +80,7 @@ jobs:
80
# install your root project, if required
81
#----------------------------------------------
82
- name: Install library
83
- run: poetry install --no-interaction
+ run: poetry install --no-interaction --no-root
84
85
# run test suite
86
0 commit comments