Skip to content

Commit

Permalink
Stop caching index, its wasteful with sparse index (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jun 26, 2023
1 parent 1c5818d commit 97d8c26
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
path: |
~/Library/Caches/pip/
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/registry/src/
~/.cargo/git/db/
Expand Down Expand Up @@ -66,7 +65,6 @@ jobs:
path: |
~/AppData/Local/pip/Cache/
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/registry/src/
~/.cargo/git/db/
Expand Down Expand Up @@ -111,7 +109,6 @@ jobs:
path: |
~/.cache/pip/
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/registry/src/
~/.cargo/git/db/
Expand Down Expand Up @@ -145,7 +142,6 @@ jobs:
path: |
~/.cache/pip/
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/registry/src/
~/.cargo/git/db/
Expand Down

0 comments on commit 97d8c26

Please sign in to comment.