Skip to content

Commit fe6b189

Browse files
authored
Fix pypy39 CI cache on macos (#868)
1 parent 1ff3162 commit fe6b189

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
uses: actions/cache@v4
4242
with:
4343
path: ${{ steps.pipx-env-setup.outputs.pipx-cache-path }}
44-
key: ${{ runner.os }}-${{ runner.arch }}-python-${{ steps.setup-python.outputs.python-version }}-pipx-${{ steps.pipx-env-setup.outputs.pipx-version }}-poetry-${{ inputs.poetry-version }}
44+
key: ${{ runner.os }}-${{ runner.arch }}-python-${{ inputs.python-version }}-${{ steps.setup-python.outputs.python-version }}-pipx-${{ steps.pipx-env-setup.outputs.pipx-version }}-poetry-${{ inputs.poetry-version }}
4545

4646
- name: Install poetry
4747
if: steps.pipx-cache.outputs.cache-hit != 'true'
@@ -61,7 +61,7 @@ runs:
6161
with:
6262
path: |
6363
${{ steps.poetry-cache-location.outputs.poetry-venv-location }}
64-
key: ${{ runner.os }}-${{ runner.arch }}-python-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}-options-${{ inputs.poetry-install-options }}
64+
key: ${{ runner.os }}-${{ runner.arch }}-python-${{ inputs.python-version }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}-options-${{ inputs.poetry-install-options }}
6565

6666
- name: "Poetry install"
6767
shell: bash
@@ -80,4 +80,4 @@ runs:
8080
name: Pre-commit cache
8181
with:
8282
path: ~/.cache/pre-commit/
83-
key: ${{ runner.os }}-${{ runner.arch }}-pre-commit-${{ steps.pre-commit-version.outputs.pre-commit-version }}-python-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
83+
key: ${{ runner.os }}-${{ runner.arch }}-pre-commit-${{ steps.pre-commit-version.outputs.pre-commit-version }}-python-${{ inputs.python-version }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)