Skip to content

Commit 9f06566

Browse files
Update Build_wheels_for_cpython27_x86_64.yml
1 parent 6090776 commit 9f06566

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/Build_wheels_for_cpython27_x86_64.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,6 @@ jobs:
3333
with:
3434
submodules: 'recursive'
3535

36-
- uses: actions/setup-python@v5
37-
name: Install Python
38-
with:
39-
python-version: '3.12'
40-
41-
- name: Prepare python
42-
run: |
43-
python -m pip install --upgrade pip
44-
45-
- name: Set up QEMU
46-
if: matrix.os.matrix == 'linux'
47-
uses: docker/setup-qemu-action@v1
48-
with:
49-
platforms: 'arm64'
50-
5136
- name: Update and upgrade Ubuntu 24
5237
if: matrix.os.matrix == 'linux'
5338
run: |

0 commit comments

Comments
 (0)