Skip to content

Commit

Permalink
initial attempt to build python wheels for pyuda
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Apr 14, 2024
1 parent b11cd19 commit ee95b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
# runs-on: ${{matrix.os}}
runs-on: ${{matrix.build-platform[0]}}
strategy:
fail-fast: false
matrix:
fail-fast: false
build-platform:
# - [ubuntu-latest, x86_64, manylinux2014_x86_64]
# - [ubuntu-latest, aarch64, manylinux2014_aarch64]
Expand Down

0 comments on commit ee95b38

Please sign in to comment.