File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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
32+ - name : Add PIPX_BIN_DIR to the path
33+ run : echo "${{ env.PIPX_BIN_DIR }}" >> "$GITHUB_PATH"
3434 - name : Set up Poetry
3535 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3636 - 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
32+ - name : Add PIPX_BIN_DIR to the path
33+ run : echo "${{ env.PIPX_BIN_DIR }}" >> "$GITHUB_PATH"
3434 - name : Set up Poetry
3535 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3636 - 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
38+ - name : Add PIPX_BIN_DIR to the path
39+ run : echo "${{ env.PIPX_BIN_DIR }}" >> "$GITHUB_PATH"
4040 - name : Set up Poetry
4141 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
4242 - name : Cache virtualenv
You can’t perform that action at this time.
0 commit comments