chore: fix bad usage of variables

This commit is contained in:
Matthias
2024-10-29 18:14:53 +01:00
parent 52ae7c3615
commit 22318eb80e

View File

@@ -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'