Skip to content

Commit 3711694

Browse files
committed
Forgot to control also python installation as such
1 parent efaa466 commit 3711694

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pre-commit_wsl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
7171
echo 'eval "$(pyenv init - bash)"' >> ~/.bash_profile
7272
- name: Install python ${{matrix.python-version}} using pyenv in WSL
73+
if: steps.cache-pyenv.outputs.cache-hit != 'true'
7374
shell: wsl-bash {0}
7475
run: |
7576
source ~/.bash_profile

0 commit comments

Comments
 (0)