Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Jul 5, 2023
1 parent 08e8437 commit b9efddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,9 @@ jobs:
python spin setup-submodule
- name: Build wheels
# uses: pypa/cibuildwheel@v2.13.1
uses: pypa/cibuildwheel@v2.13.1
env:
CIBW_ARCHS_MACOS: x86_64 arm64
run: python -m cibuildwheel --output-dir dist
CIBW_ARCHS_MACOS: arm64

- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
- name: pip-packages
run: |
pip install -r build_requirements.txt
pip install -r test_requirements.txt
pip install spin
- name: openblas-libs
Expand Down

0 comments on commit b9efddf

Please sign in to comment.