Skip to content

Commit

Permalink
Pyenv setup
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 6, 2023
1 parent e129ea8 commit 3af4966
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- uses: actions/setup-python@v4
- name: Set up pyenv
uses: "gabrielfalcao/pyenv-action@v13"
with:
python-version: "3.8"
command: pyenv global 3.8
versions: 3.8
- uses: actions/setup-java@v3
with:
distribution: "microsoft"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
bun-version: latest
- run: npm install
- run: npm i -g @vscode/vsce
- uses: actions/setup-python@v4
- name: Set up pyenv
uses: "gabrielfalcao/pyenv-action@v13"
with:
python-version: "3.8"
command: pyenv global 3.8
versions: 3.8
- run: EXTENSIONS=$(node diff-extensions) node publish-extensions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3af4966

Please sign in to comment.