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 e0485f8 commit 08e8437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,17 @@ jobs:
with:
python-version: 3.9 # Replace with the desired Python version

- name: Install cibuildwheel
- name: Install cibuildwheel dependencies
run: |
python -m pip install cibuildwheel
python -m pip install -r build_requirements.txt
python -m pip install spin
python spin setup-submodule
- name: Build wheels
# uses: pypa/cibuildwheel@v2.13.1
env:
CIBW_ARCHS_MACOS: x86_64 arm64
run: python -m cibuildwheel --output-dir dist

- uses: actions/upload-artifact@v3
Expand Down
Binary file modified examples/overlapping_gaussians.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08e8437

Please sign in to comment.