Skip to content

Commit 056d80d

Browse files
committed
fix: add --no-root flag to poetry install
1 parent a283919 commit 056d80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ runs:
3434
- name: Install project
3535
shell: bash
3636
run: |
37-
poetry --no-ansi --no-interaction install
37+
poetry --no-ansi --no-interaction --no-root install

0 commit comments

Comments
 (0)