From 121c3c7ee55145daf3c2a8bdf792feb496a176d3 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Mon, 22 Jul 2024 23:05:04 +0200 Subject: [PATCH] build-linux rollback --- .github/workflows/test-and-deploy.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 52a91171..f5713a76 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -185,11 +185,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 - - - name: Install build dependencies - run: | - /opt/python/${{ matrix.python }}/bin/python -m pip install setuptools + uses: actions/checkout@v3 - name: Compile c headers run: | @@ -223,7 +219,7 @@ jobs: run: ls -R dist - name: Archive build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: dist-artifacts-manylinux-${{ matrix.python }} path: dist/*