Skip to content

Commit 2d02b11

Browse files
committed
Remove custom action to setup python
1 parent e53a599 commit 2d02b11

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 `
@@ -1163,11 +1162,7 @@ jobs:
11631162
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"
11641163
}
11651164
1166-
- name: Setup python
1167-
uses: ./SourceCache/ci-build/.github/actions/setup-python
1168-
with:
1169-
repo-root: ${{ github.workspace }}/SourceCache/ci-build
1170-
1165+
- uses: actions/setup-python@v5
11711166
- uses: jannekem/run-python-script-action@v1
11721167
with:
11731168
script: |
@@ -1681,10 +1676,7 @@ jobs:
16811676
ndk-version: ${{ inputs.ANDROID_NDK_VERSION }}
16821677
local-cache: true
16831678

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

16891681
- name: Configure LLVM
16901682
if: matrix.os != 'Android' || inputs.build_android
@@ -2563,11 +2555,7 @@ jobs:
25632555
run: |
25642556
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
25652557
2566-
- name: Setup python
2567-
uses: ./SourceCache/ci-build/.github/actions/setup-python
2568-
with:
2569-
repo-root: ${{ github.workspace }}/SourceCache/ci-build
2570-
2558+
- uses: actions/setup-python@v5
25712559
- uses: jannekem/run-python-script-action@v1
25722560
if: matrix.os != 'Android' || inputs.build_android
25732561
with:

pyproject.toml

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

0 commit comments

Comments
 (0)