Skip to content

Commit 1417468

Browse files
author
David Robertson
authored
Fix being unable to install with no extras (#6)
1 parent 71e0c44 commit 1417468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ runs:
8989

9090
- name: Install project (no extras)
9191
if: inputs.extras == ''
92-
run: poetry install --no-interaction --no-root
92+
run: poetry install --no-interaction
9393
shell: bash
9494

9595
- name: Install project with --extras=${{ inputs.extras }}

0 commit comments

Comments
 (0)