Skip to content

Commit 2d08d0d

Browse files
committed
Remove custom action to setup pythin
1 parent e53a599 commit 2d08d0d

File tree

3 files changed

+4
-129
lines changed

3 files changed

+4
-129
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: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,7 @@ 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+
- uses: actions/setup-python@v5
693690
- name: Configure Tools
694691
run: |
695692
cmake -B ${{ github.workspace }}/BinaryCache/0 `
@@ -1163,10 +1160,7 @@ jobs:
11631160
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"
11641161
}
11651162
1166-
- name: Setup python
1167-
uses: ./SourceCache/ci-build/.github/actions/setup-python
1168-
with:
1169-
repo-root: ${{ github.workspace }}/SourceCache/ci-build
1163+
- uses: actions/setup-python@v5
11701164

11711165
- uses: jannekem/run-python-script-action@v1
11721166
with:
@@ -1681,10 +1675,7 @@ jobs:
16811675
ndk-version: ${{ inputs.ANDROID_NDK_VERSION }}
16821676
local-cache: true
16831677

1684-
- name: Setup python
1685-
uses: ./SourceCache/ci-build/.github/actions/setup-python
1686-
with:
1687-
repo-root: ${{ github.workspace }}/SourceCache/ci-build
1678+
- uses: actions/setup-python@v5
16881679

16891680
- name: Configure LLVM
16901681
if: matrix.os != 'Android' || inputs.build_android
@@ -2563,10 +2554,7 @@ jobs:
25632554
run: |
25642555
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
25652556
2566-
- name: Setup python
2567-
uses: ./SourceCache/ci-build/.github/actions/setup-python
2568-
with:
2569-
repo-root: ${{ github.workspace }}/SourceCache/ci-build
2557+
- uses: actions/setup-python@v5
25702558

25712559
- uses: jannekem/run-python-script-action@v1
25722560
if: matrix.os != 'Android' || inputs.build_android

pyproject.toml

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

0 commit comments

Comments
 (0)