chore: re-use 3.12 cache for online tests

This commit is contained in:
Matthias
2024-10-30 15:55:50 +01:00
committed by GitHub
parent 04e8c3ceea
commit e99adc339e

View File

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