We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0fd8f commit c7778f9Copy full SHA for c7778f9
.github/workflows/pre-commit_wsl.yml
@@ -49,10 +49,10 @@ jobs:
49
uses: actions/cache@v5
50
with:
51
path: |
52
- ~/.pyenv
53
- ~/.bash_profile
54
- ~/.bashrc
55
- ~/.cache/pip
+ .pyenv
+ .bash_profile
+ .bashrc
+ .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