Skip to content

Commit

Permalink
correct env ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmentel committed Oct 20, 2024
1 parent eea80d1 commit 4d2ff32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: $POETRY_VERSION
version: ${{ env.POETRY_VERSION }}
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down

0 comments on commit 4d2ff32

Please sign in to comment.