Skip to content

Commit a6e8592

Browse files
committed
Remove custom action to setup python
1 parent 5777df5 commit a6e8592

File tree

3 files changed

+6
-131
lines changed

3 files changed

+6
-131
lines changed

.github/actions/setup-python/action.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

.github/workflows/swift-toolchain.yml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,9 @@ jobs:
686686
ref: ${{ inputs.swift_revision }}
687687
path: ${{ github.workspace }}/SourceCache/swift
688688
show-progress: false
689-
- name: Setup python
690-
uses: ./SourceCache/ci-build/.github/actions/setup-python
691-
with:
692-
repo-root: ${{ github.workspace }}/SourceCache/ci-build
689+
690+
- uses: actions/setup-python@v5
691+
693692
- name: Configure Tools
694693
run: |
695694
cmake -B ${{ github.workspace }}/BinaryCache/0 `
@@ -1177,11 +1176,7 @@ jobs:
11771176
Copy-Item -Path "${{ github.workspace }}/BinaryCache/Library/cmark-gfm-${{ inputs.swift_cmark_version }}/usr/lib/*.dylib" -Destination "${{ github.workspace }}/BuildRoot/Library/Developer/Toolchains/${{ inputs.swift_version }}+Asserts/usr/lib/swift/host/compiler"
11781177
}
11791178
1180-
- name: Setup python
1181-
uses: ./SourceCache/ci-build/.github/actions/setup-python
1182-
with:
1183-
repo-root: ${{ github.workspace }}/SourceCache/ci-build
1184-
1179+
- uses: actions/setup-python@v5
11851180
- uses: jannekem/run-python-script-action@v1
11861181
with:
11871182
script: |
@@ -1695,10 +1690,7 @@ jobs:
16951690
ndk-version: ${{ inputs.ANDROID_NDK_VERSION }}
16961691
local-cache: true
16971692

1698-
- name: Setup python
1699-
uses: ./SourceCache/ci-build/.github/actions/setup-python
1700-
with:
1701-
repo-root: ${{ github.workspace }}/SourceCache/ci-build
1693+
- uses: actions/setup-python@v5
17021694

17031695
- name: Configure LLVM
17041696
if: matrix.os != 'Android' || inputs.build_android
@@ -2577,11 +2569,7 @@ jobs:
25772569
run: |
25782570
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
25792571
2580-
- name: Setup python
2581-
uses: ./SourceCache/ci-build/.github/actions/setup-python
2582-
with:
2583-
repo-root: ${{ github.workspace }}/SourceCache/ci-build
2584-
2572+
- uses: actions/setup-python@v5
25852573
- uses: jannekem/run-python-script-action@v1
25862574
if: matrix.os != 'Android' || inputs.build_android
25872575
with:

pyproject.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)