Skip to content

Commit 1dc3ddc

Browse files
committed
💚 Go back to previous pip cache
1 parent 1f011cb commit 1dc3ddc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- windows-latest
2727
include:
2828
- os: ubuntu-latest
29-
path: ~/.cache/uv
29+
path: ~/.cache/pip
3030
# - os: macos-latest
31-
# path: ~/Library/Caches/uv
31+
# path: ~/Library/Caches/pip
3232
- os: windows-latest
33-
path: ~\AppData\Local\uv\Cache
33+
path: ~\AppData\Local\pip\Cache
3434
runs-on: ${{ matrix.os }}
3535
defaults:
3636
run:
@@ -56,8 +56,8 @@ jobs:
5656
uses: actions/cache@v4
5757
with:
5858
path: ${{ matrix.path }}
59-
key: ${{ runner.os }}-uv-${{ hashFiles('uv.lock') }}
60-
restore-keys: ${{ runner.os }}-uv-
59+
key: ${{ runner.os }}-pip-${{ hashFiles('uv.lock') }}
60+
restore-keys: ${{ runner.os }}-pip-
6161

6262
- name: 📥 Install the project
6363
run: uv sync --all-extras --dev

0 commit comments

Comments
 (0)