chore: Update poetry installation to use environment variable for version (#2074)

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-05 10:40:58 -07:00 committed by GitHub
commit 491e3698f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry==$POETRY_VERSION
run: pipx install poetry==${{ env.POETRY_VERSION }}
- name: Set up Python 3.12
uses: actions/setup-python@v5
with: