forked from flatironinstitute/finufft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run macOS wheel building from repo root
Running some of these commands (notably `pytest`) from `python/finufft` confuses the interpreter as it tries to look for `finufft.finufftc` in the source directory (`python/finufft/finufft`) instead of `site-packages`. This behavior seems to be related to replacing `imp` with `importlib`. At any rate, the solution is to stay in the repo root and run all the commands from there, prefixing with `python/finufft` when necessary.
- Loading branch information
Showing
1 changed file
with
29 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters