Skip to content

Commit c7778f9

Browse files
committed
Fixed paths to be cached in pre-commit WSL draft workflow
1 parent 0e0fd8f commit c7778f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pre-commit_wsl.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
uses: actions/cache@v5
5050
with:
5151
path: |
52-
~/.pyenv
53-
~/.bash_profile
54-
~/.bashrc
55-
~/.cache/pip
52+
.pyenv
53+
.bash_profile
54+
.bashrc
55+
.cache/pip
5656
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.distribution }}
5757
- name: Install pyenv in WSL
5858
if: steps.cache-pyenv.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)