File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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- run : pipx install poetry==${{ env.POETRY_VERSION }} --python python ${{ steps.setup-python.outputs.python-version }}
24+ run : pipx install poetry==${{ env.POETRY_VERSION }} --python ' ${{ steps.setup-python.outputs.python-path }}'
2525 - name : Check for lock changes
2626 run : poetry check --lock
2727 - 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- run : pipx install poetry==${{ env.POETRY_VERSION }} --python python ${{ steps.setup-python.outputs.python-version }}
24+ run : pipx install poetry==${{ env.POETRY_VERSION }} --python ' ${{ steps.setup-python.outputs.python-path }}'
2525 - name : Check for lock changes
2626 run : poetry check --lock
2727 - 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- run : pipx install poetry==${{ env.POETRY_VERSION }} --python python ${{ steps.setup-python.outputs.python-version }}
30+ run : pipx install poetry==${{ env.POETRY_VERSION }} --python ' ${{ steps.setup-python.outputs.python-path }}'
3131 - name : Cache virtualenv
3232 uses : actions/cache@v4
3333 with :
You can’t perform that action at this time.
0 commit comments