File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
3435 - name : Set up Poetry
3536 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3637 - name : Check for lock changes
Original file line number Diff line number Diff line change 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
3435 - name : Set up Poetry
3536 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
3637 - name : Check for lock changes
Original file line number Diff line number Diff line change 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
4041 - name : Set up Poetry
4142 run : pipx install poetry==${{ env.POETRY_VERSION }} --python '${{ steps.setup-python.outputs.python-path }}'
4243 - name : Cache virtualenv
You can’t perform that action at this time.
0 commit comments