We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6090776 commit 9f06566Copy full SHA for 9f06566
.github/workflows/Build_wheels_for_cpython27_x86_64.yml
@@ -33,21 +33,6 @@ jobs:
33
with:
34
submodules: 'recursive'
35
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
49
- platforms: 'arm64'
50
51
- name: Update and upgrade Ubuntu 24
52
if: matrix.os.matrix == 'linux'
53
run: |
0 commit comments