Skip to content

Commit 9f10f60

Browse files
committed
Increase max cache size of ccache
1 parent c30a19d commit 9f10f60

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
architecture: 'x64'
2424
cache: 'pip'
2525

26+
- name: Update pip
27+
run: python -m pip install -U pip
28+
2629
- name: install pip-compile
2730
run: python -m pip install pip-tools
2831

@@ -37,9 +40,7 @@ jobs:
3740
with:
3841
key: ${{ github.job }}
3942
verbose: 2
40-
41-
- name: Update pip
42-
run: python -m pip install -U pip
43+
max-size: 5GB
4344

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

0 commit comments

Comments
 (0)