ops: fix tests workflow caching

This commit is contained in:
Karim shoair
2025-11-24 12:52:28 +02:00
parent abaf877eff
commit 088d1912d6
+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(/Users/runner/work/Scrapling/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 }}-