We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lib
1 parent 3b4aafe commit 0a0646fCopy full SHA for 0a0646f
.github/workflows/_test.yml
@@ -33,7 +33,7 @@ jobs:
33
cache: 'pip'
34
- uses: actions/cache@v4
35
with:
36
- path: .venv/lib
+ path: .venv
37
key: ${{ runner.os }}-pyenvlib-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('pyproject.toml') }}
38
restore-keys: |
39
${{ runner.os }}-pyenvlib-${{ steps.setup_python.outputs.python-version }}-
0 commit comments