Skip to content

Commit 7bc6dd5

Browse files
committed
chore: use default version when setting up pyenv
1 parent f39c54a commit 7bc6dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
- name: Set up pyenv
6969
uses: "gabrielfalcao/pyenv-action@32ef4d2c861170ce17ded56d10329d83f4c8f797"
7070
with:
71+
default: 3.9
7172
command: python --version
7273
- name: Set default global version
7374
run: |
74-
pyenv install 3.9
7575
pyenv global 3.9
7676
- uses: actions/setup-java@v4
7777
with:

0 commit comments

Comments
 (0)