File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 55 workflow_dispatch :
66
77env :
8- PIPX_BIN_DIR : ~ /.local/bin
9- PIPX_HOME : ~ /.local/pipx
8+ PIPX_BIN_DIR : $HOME /.local/bin
9+ PIPX_HOME : $HOME /.local/pipx
1010 POETRY_VERSION : 1.8.2
1111 PYTHON_VERSION : 3.11.9
1212
3131 key : pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
3232 - name : Add PIPX_BIN_DIR to the path
3333 run : echo "${{ env.PIPX_BIN_DIR }}" >> "$GITHUB_PATH"
34- shell : bash
3534 - name : Set up Poetry
3635 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3736 - name : Check for lock changes
Original file line number Diff line number Diff line change 55 workflow_dispatch :
66
77env :
8- PIPX_BIN_DIR : ~ /.local/bin
9- PIPX_HOME : ~ /.local/pipx
8+ PIPX_BIN_DIR : $HOME /.local/bin
9+ PIPX_HOME : $HOME /.local/pipx
1010 POETRY_VERSION : 1.8.2
1111 PYTHON_VERSION : 3.11.9
1212
3131 key : pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
3232 - name : Add PIPX_BIN_DIR to the path
3333 run : echo "${{ env.PIPX_BIN_DIR }}" >> "$GITHUB_PATH"
34- shell : bash
3534 - name : Set up Poetry
3635 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3736 - name : Check for lock changes
Original file line number Diff line number Diff line change 55 workflow_dispatch :
66
77env :
8- PIPX_BIN_DIR : ~ /.local/bin
9- PIPX_HOME : ~ /.local/pipx
8+ PIPX_BIN_DIR : $HOME /.local/bin
9+ PIPX_HOME : $HOME /.local/pipx
1010 POETRY_VERSION : 1.8.2
1111
1212jobs :
3737 key : pipx-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-poetry${{ env.POETRY_VERSION }}
3838 - name : Add PIPX_BIN_DIR to the path
3939 run : echo "${{ env.PIPX_BIN_DIR }}" >> "$GITHUB_PATH"
40- shell : bash
4140 - name : Set up Poetry
4241 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
4342 - name : Cache virtualenv
You can’t perform that action at this time.
0 commit comments