From e727f395ba706ce8b11aa79da3a1aa07bb47c1eb Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sat, 7 Oct 2023 22:16:53 +0200 Subject: [PATCH] wip: use specific python version [skip ci] --- .github/workflows/stable-windows.yml | 2 +- prepare_vscode.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/stable-windows.yml b/.github/workflows/stable-windows.yml index 276e0d3..15dc538 100644 --- a/.github/workflows/stable-windows.yml +++ b/.github/workflows/stable-windows.yml @@ -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 diff --git a/prepare_vscode.sh b/prepare_vscode.sh index f439f93..be64809 100755 --- a/prepare_vscode.sh +++ b/prepare_vscode.sh @@ -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