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.
1 parent 3711694 commit 3acbc61Copy full SHA for 3acbc61
1 file changed
.github/workflows/pre-commit_wsl.yml
@@ -44,14 +44,15 @@ jobs:
44
libffi-dev
45
liblzma-dev
46
python3-openssl
47
- - name: Cache pyenv in WSL
+ - name: Cache pyenv and pip in WSL
48
id: cache-pyenv
49
uses: actions/cache@v4
50
with:
51
path: |
52
- .pyenv
53
- .bash_profile
54
- .bashrc
+ ~/.pyenv
+ ~/.bash_profile
+ ~/.bashrc
55
+ ~/.cache/pip
56
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.distribution }}
57
- name: Install pyenv in WSL
58
if: steps.cache-pyenv.outputs.cache-hit != 'true'
0 commit comments