Skip to content

Commit

Permalink
feat: added poetry installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Aug 14, 2023
1 parent 18bd3c4 commit 42911af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/setup-binaries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ inputs:
description: 'Inform the Python version'
required: false
default: 'false'
poetry:
description: 'Inform the Poetry version'
required: false
default: 'false'
go:
description: 'Inform the Go version'
required: false
Expand Down Expand Up @@ -84,6 +88,11 @@ runs:
check-latest: true
cache: 'pip'

- name: Setup | Poetry ${{ inputs.poetry }}
uses: snok/install-poetry@v1
with:
version: ${{ inputs.poetry }}

# go
- name: Setup | Go ${{ inputs.go }}
if: inputs.go != 'false'
Expand Down

0 comments on commit 42911af

Please sign in to comment.