ops: fix tests workflow caching

This commit is contained in:
Karim shoair
2025-11-24 03:55:13 +02:00
parent b5cb235c53
commit abaf877eff
+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('pyproject.toml') }}
key: tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles(/Users/runner/work/Scrapling/pyproject.toml') }}
restore-keys: |
tox-v1-${{ runner.os }}-py${{ matrix.python-version }}-
tox-v1-${{ runner.os }}-