diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 45f70b1b..85008234 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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