Skip to content

Commit 4870ed8

Browse files
committed
[WIP] Add $HOME to fix caching
1 parent fa8039f commit 4870ed8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ jobs:
1212
uses: actions/cache@v4
1313
with:
1414
path: |
15-
~/.pixi/envs
16-
~/.pixi/pkgs
17-
~/.pixi/indices
15+
$HOME/.pixi/envs
16+
$HOME/.pixi/pkgs
17+
$HOME/.pixi/indices
1818
key: ${{ runner.os }}-pixi-${{ hashFiles('pyproject.toml') }}
19-
restore-keys: |
20-
${{ runner.os }}-pixi-
19+
restore-keys: ${{ runner.os }}-pixi-
2120

2221
- name: Install Pixi
2322
run: |

0 commit comments

Comments
 (0)