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 d9507bd commit 7b830d3Copy full SHA for 7b830d3
.github/workflows/_test.yml
@@ -32,10 +32,10 @@ jobs:
32
cache: 'pip'
33
- uses: actions/cache@v4
34
with:
35
- path: .venv
36
- key: ${{ runner.os }}-pythonenv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
+ path: .venv/lib
+ key: ${{ runner.os }}-pyenvlib-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
37
restore-keys: |
38
- ${{ runner.os }}-pythonenv-${{ matrix.python-version }}-
+ ${{ runner.os }}-pyenvlib-${{ matrix.python-version }}-
39
- name: Setup venv
40
run: |
41
python -m venv .venv
0 commit comments