From 22318eb80eb0dd8155cdf06774650e50f587bcda Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 29 Oct 2024 18:14:53 +0100 Subject: [PATCH] chore: fix bad usage of variables --- .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 969d1cea2..320a4a349 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: test-${{ matrix.os }}-${{ matrix.python-version }}-pip + key: test-linux-online-pip - name: TA binary *nix if: steps.cache.outputs.cache-hit != 'true'