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/*