Skip to content

Commit

Permalink
πŸ’š Go back to previous pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Nov 26, 2024
1 parent 1f011cb commit 1dc3ddc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- windows-latest
include:
- os: ubuntu-latest
path: ~/.cache/uv
path: ~/.cache/pip
# - os: macos-latest
# path: ~/Library/Caches/uv
# path: ~/Library/Caches/pip
- os: windows-latest
path: ~\AppData\Local\uv\Cache
path: ~\AppData\Local\pip\Cache
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -56,8 +56,8 @@ jobs:
uses: actions/cache@v4
with:
path: ${{ matrix.path }}
key: ${{ runner.os }}-uv-${{ hashFiles('uv.lock') }}
restore-keys: ${{ runner.os }}-uv-
key: ${{ runner.os }}-pip-${{ hashFiles('uv.lock') }}
restore-keys: ${{ runner.os }}-pip-

- name: πŸ“₯ Install the project
run: uv sync --all-extras --dev
Expand Down

0 comments on commit 1dc3ddc

Please sign in to comment.