Skip to content

Commit 121c3c7

Browse files
committed
build-linux rollback
1 parent 8c7e3c8 commit 121c3c7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,7 @@ jobs:
185185

186186
steps:
187187
- name: Checkout
188-
uses: actions/checkout@v4
189-
190-
- name: Install build dependencies
191-
run: |
192-
/opt/python/${{ matrix.python }}/bin/python -m pip install setuptools
188+
uses: actions/checkout@v3
193189

194190
- name: Compile c headers
195191
run: |
@@ -223,7 +219,7 @@ jobs:
223219
run: ls -R dist
224220

225221
- name: Archive build artifacts
226-
uses: actions/upload-artifact@v4
222+
uses: actions/upload-artifact@v3
227223
with:
228224
name: dist-artifacts-manylinux-${{ matrix.python }}
229225
path: dist/*

0 commit comments

Comments
 (0)