Skip to content

Commit

Permalink
Increase max cache size of ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Oct 28, 2024
1 parent c30a19d commit 9f10f60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
architecture: 'x64'
cache: 'pip'

- name: Update pip
run: python -m pip install -U pip

- name: install pip-compile
run: python -m pip install pip-tools

Expand All @@ -37,9 +40,7 @@ jobs:
with:
key: ${{ github.job }}
verbose: 2

- name: Update pip
run: python -m pip install -U pip
max-size: 5GB

- name: Build and install reticula
run: python -m pip install .[test] -v
Expand Down

0 comments on commit 9f10f60

Please sign in to comment.