Skip to content

Commit

Permalink
build: skip setup-python on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Nov 10, 2023
1 parent e658a1c commit 066cb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/insider-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
if: env.SHOULD_DEPLOY == 'x64'

- name: Clone VSCode repo
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stable-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
if: env.SHOULD_DEPLOY == 'x64'

- name: Clone VSCode repo
run: . get_repo.sh
Expand Down

0 comments on commit 066cb31

Please sign in to comment.