Skip to content

Commit a7bc136

Browse files
committed
[WIP] Remove pixi.lock from the hash
1 parent 3645a31 commit a7bc136

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

11-
# Cache Pixi envs & packages
1211
- name: Cache Pixi
1312
uses: actions/cache@v4
1413
with:
1514
path: |
1615
~/.pixi/envs
1716
~/.pixi/pkgs
18-
key: ${{ runner.os }}-pixi-${{ hashFiles('pyproject.toml', 'pixi.lock') }}
17+
~/.pixi/indices
18+
key: ${{ runner.os }}-pixi-${{ hashFiles('pyproject.toml') }}
1919
restore-keys: |
2020
${{ runner.os }}-pixi-
2121

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)