diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5382cfac3..9ed25a3d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,6 @@ name: Build and Test on: [push, pull_request] jobs: - manylinux-build: strategy: fail-fast: false @@ -12,7 +11,8 @@ jobs: runs-on: ubuntu-latest needs: lint steps: - - uses: actions/checkout@v4.1.7 + - name: Check out repository + uses: actions/checkout@v4.1.7 with: path: io @@ -20,7 +20,7 @@ jobs: uses: docker/setup-qemu-action@v1 - name: Build Wheels - run: >- + run: > docker run --rm -e PLAT=manylinux2014_x86_64 -e PACKAGE_NAME=opteryx