File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 python-version : ${{ env.PYTHON_VERSION }}
2323 - name : Set up Poetry
24- uses : Gr1N/setup-poetry@v9
25- with :
26- poetry-version : ${{ env.POETRY_VERSION }}
24+ run : pipx install poetry==${{ env.POETRY_VERSION }} --python python${{ steps.setup-python.outputs.python-version }}
2725 - name : Check for lock changes
2826 run : poetry check --lock
2927 - name : Cache virtualenv (with docs)
Original file line number Diff line number Diff line change 2121 with :
2222 python-version : ${{ env.PYTHON_VERSION }}
2323 - name : Set up Poetry
24- uses : Gr1N/setup-poetry@v9
25- with :
26- poetry-version : ${{ env.POETRY_VERSION }}
24+ run : pipx install poetry==${{ env.POETRY_VERSION }} --python python${{ steps.setup-python.outputs.python-version }}
2725 - name : Check for lock changes
2826 run : poetry check --lock
2927 - name : Cache virtualenv
Original file line number Diff line number Diff line change 2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Set up Poetry
30- uses : Gr1N/setup-poetry@v9
31- with :
32- poetry-version : ${{ env.POETRY_VERSION }}
30+ run : pipx install poetry==${{ env.POETRY_VERSION }} --python python${{ steps.setup-python.outputs.python-version }}
3331 - name : Cache virtualenv
3432 uses : actions/cache@v4
3533 with :
You can’t perform that action at this time.
0 commit comments