From e99adc339e173ae99575da7e54df97db0927f0c3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 30 Oct 2024 15:55:50 +0100 Subject: [PATCH] chore: re-use 3.12 cache for online tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9efeb21d..1593c43af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -420,7 +420,7 @@ jobs: uses: actions/cache@v4 with: path: ~/.cache/pip - key: pip-linux-online + key: pip-3.12-ubuntu - name: TA binary *nix if: steps.cache.outputs.cache-hit != 'true'