Skip to content

Commit

Permalink
GHA: Reduce cache size
Browse files Browse the repository at this point in the history
We have limit cache size. Only cache what's really relevant.
  • Loading branch information
dweindl committed Dec 19, 2023
1 parent 3e70b5e commit cccf76f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
~/Library/Caches/Homebrew
key: ${{ runner.os }}-${{ matrix.python-version }}-ci
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}

Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}

Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}

Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}

Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}

Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}

Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}

Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}

Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cache
~/.cache/pip
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-${{ github.job }}

Expand Down

0 comments on commit cccf76f

Please sign in to comment.