File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
.github/actions/poetry_setup Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments