Skip to content

Commit 0a0646f

Browse files
committed
Revert "ops(workflow): limit cache folder for Python venv to lib"
This reverts commit 7b830d3.
1 parent 3b4aafe commit 0a0646f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: 'pip'
3434
- uses: actions/cache@v4
3535
with:
36-
path: .venv/lib
36+
path: .venv
3737
key: ${{ runner.os }}-pyenvlib-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('pyproject.toml') }}
3838
restore-keys: |
3939
${{ runner.os }}-pyenvlib-${{ steps.setup_python.outputs.python-version }}-

0 commit comments

Comments
 (0)