build: skip setup-python on self-hosted runner

This commit is contained in:
Baptiste Augrain 2023-11-10 13:31:58 +01:00
parent e658a1cf0b
commit 6748d842bb
2 changed files with 2 additions and 0 deletions

View file

@ -59,6 +59,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
if: env.VSCODE_ARCH == 'x64'
- name: Clone VSCode repo
env:

View file

@ -56,6 +56,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
if: env.VSCODE_ARCH == 'x64'
- name: Clone VSCode repo
run: . get_repo.sh