Skip to content

Commit

Permalink
1806
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jul 19, 2024
1 parent 57211e1 commit c8a328a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build and Test
on: [push, pull_request]

jobs:

manylinux-build:
strategy:
fail-fast: false
Expand All @@ -12,15 +11,16 @@ 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

- name: Set up QEMU for multi-arch build
uses: docker/setup-qemu-action@v1

- name: Build Wheels
run: >-
run: >
docker run --rm
-e PLAT=manylinux2014_x86_64
-e PACKAGE_NAME=opteryx
Expand Down

0 comments on commit c8a328a

Please sign in to comment.