From 9f10f608380dca77cf586553664c5ce7c6a8d465 Mon Sep 17 00:00:00 2001 From: Arash Badie-Modiri Date: Mon, 28 Oct 2024 01:57:23 +0100 Subject: [PATCH] Increase max cache size of ccache --- .github/workflows/tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d0d8ba..7511637 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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