Skip to content

Commit

Permalink
Fix being unable to install with no extras (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson authored May 6, 2022
1 parent 71e0c44 commit 1417468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:

- name: Install project (no extras)
if: inputs.extras == ''
run: poetry install --no-interaction --no-root
run: poetry install --no-interaction
shell: bash

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

0 comments on commit 1417468

Please sign in to comment.