Skip to content

Commit

Permalink
ci: fix cache-key
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-r-santos committed Apr 8, 2024
1 parent 4d4c639 commit fab8387
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Pixi ${{ matrix.pixi-version }}
uses: prefix-dev/setup-pixi@v0.5.1
with:
cache-key: pixi-${{ matrix.pixi-version }}-${{ matrix.python-version }}
cache-key: pixi-${{ matrix.pixi-version }}-${{ matrix.python-version }}-
environments: py${{ matrix.python-version }}
locked: true
pixi-version: v${{ matrix.pixi-version }}
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Install Pixi ${{ env.pixi-version }}
uses: prefix-dev/setup-pixi@v0.5.1
with:
cache-key: pixi-test
cache-key: pixi-test-
environments: test
locked: true
pixi-version: v${{ env.pixi-version }}
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Install Pixi ${{ env.pixi-version }}
uses: prefix-dev/setup-pixi@v0.5.1
with:
cache-key: pixi-ruff
cache-key: pixi-ruff-
environments: ruff
locked: true
pixi-version: v${{ env.pixi-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Pixi ${{ env.pixi-version }}
uses: prefix-dev/setup-pixi@v0.5.1
with:
cache-key: pixi-build
cache-key: pixi-build-
environments: build
locked: true
pixi-version: v${{ env.pixi-version }}
Expand Down

0 comments on commit fab8387

Please sign in to comment.