Skip to content

Commit

Permalink
Stop caching index, its wasteful with sparse index
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jun 26, 2023
1 parent 71b26f5 commit 8d5d5b2
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 8d5d5b2

Please sign in to comment.