File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2929 ${{ env.PIPX_HOME }}
3030 ${{ env.PIPX_BIN_DIR }}
3131 key : pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
32+ - name : Add pipx to the path
33+ run : pipx ensurepath
3234 - name : Set up Poetry
3335 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3436 - name : Check for lock changes
Original file line number Diff line number Diff line change 2929 ${{ env.PIPX_HOME }}
3030 ${{ env.PIPX_BIN_DIR }}
3131 key : pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
32+ - name : Add pipx to the path
33+ run : pipx ensurepath
3234 - name : Set up Poetry
3335 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3436 - name : Check for lock changes
Original file line number Diff line number Diff line change 3535 ${{ env.PIPX_HOME }}
3636 ${{ env.PIPX_BIN_DIR }}
3737 key : pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
38+ - name : Add pipx to the path
39+ run : pipx ensurepath
3840 - name : Set up Poetry
3941 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
4042 - name : Cache virtualenv
You can’t perform that action at this time.
0 commit comments