Skip to content

Commit af559e9

Browse files
authored
Update action.yml
1 parent 2f8cb8c commit af559e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/actions/poetry_setup/action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ runs:
3333
python-version: ${{ inputs.python-version }}
3434

3535
- uses: actions/cache@v4
36-
id: cache-bin-poetry
37-
name: Cache Poetry binary - Python ${{ inputs.python-version }}
38-
env:
39-
SEGMENT_DOWNLOAD_TIMEOUT_MIN: "1"
40-
with:
41-
path: |
42-
/opt/pipx/venvs/poetry
43-
# This step caches the poetry installation, so make sure it's keyed on the poetry version as well.
44-
key: bin-poetry-${{ runner.os }}-${{ runner.arch }}-py-${{ inputs.python-version }}-${{ inputs.poetry-version }}
36+
# id: cache-bin-poetry
37+
# name: Cache Poetry binary - Python ${{ inputs.python-version }}
38+
# env:
39+
# SEGMENT_DOWNLOAD_TIMEOUT_MIN: "1"
40+
# with:
41+
# path: |
42+
# /opt/pipx/venvs/poetry
43+
# # This step caches the poetry installation, so make sure it's keyed on the poetry version as well.
44+
# key: bin-poetry-${{ runner.os }}-${{ runner.arch }}-py-${{ inputs.python-version }}-${{ inputs.poetry-version }}
4545

4646
- name: Refresh shell hashtable and fixup softlinks
4747
if: steps.cache-bin-poetry.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)