Skip to content

Commit

Permalink
wip: use specific python version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 7, 2023
1 parent 5f055bf commit e727f39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.10'

- name: Clone VSCode repo
run: ./get_repo.sh
Expand Down
2 changes: 0 additions & 2 deletions prepare_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ if [[ "${OS_NAME}" == "osx" ]]; then
yarn postinstall
else
if [[ "${OS_NAME}" == "windows" ]]; then
npm install --global --production windows-build-tools

# TODO: Should be replaced with upstream URL once https://github.com/nodejs/node-gyp/pull/2825
# gets merged.
rm -rf .build/node-gyp
Expand Down

0 comments on commit e727f39

Please sign in to comment.