Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Apr 9, 2024
1 parent 4e95716 commit 0731098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
# build wheels for some linux
name: Build linux ${{ matrix.python.name }} wheel on ${{ matrix.cont.name}}
runs-on: ubuntu-latest
container: ${{ matrix.cont.val }}
strategy:
matrix:
python:
Expand Down Expand Up @@ -56,8 +55,9 @@ jobs:
val: quay.io/pypa/manylinux2014_aarch64
}

container:
image: ${{matrix.cont.val}}
steps:

- name: Checkout sources
uses: actions/checkout@v3 # v4 not working...
with:
Expand Down

0 comments on commit 0731098

Please sign in to comment.