ops: fix tests workflow caching

This commit is contained in:
Karim shoair
2025-11-24 03:30:14 +02:00
parent c487faf4fd
commit b5cb235c53
+1 -1
View File
@@ -116,7 +116,7 @@ jobs:
with:
path: .tox
# Include python version and os in the cache key
key: tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('tox.ini', 'pyproject.toml') }}
key: tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
restore-keys: |
tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-
tox-v1-${{ runner.os }}-