Skip to content

Commit

Permalink
fix: missing conditional for poetry installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Aug 14, 2023
1 parent cc2c007 commit ca88761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-binaries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ runs:
cache: 'pip'

- name: Setup | Poetry ${{ inputs.poetry }}
if: inputs.python != 'false'
uses: snok/install-poetry@v1
with:
version: ${{ inputs.poetry }}
Expand Down
1 change: 1 addition & 0 deletions src/actions/setup-binaries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ runs:
cache: 'pip'

- name: Setup | Poetry ${{ inputs.poetry }}
if: inputs.python != 'false'
uses: snok/install-poetry@v1
with:
version: ${{ inputs.poetry }}
Expand Down

0 comments on commit ca88761

Please sign in to comment.