You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature add gha ci workflow and support tox based testing (#3)
* feat: Add support to tox, arm64, and a CI flow
**What**
- Add support for arm64 builds, this requires a switch to miniforge for
conda. This is a community effort in conda to support arm, which is
not fully suppported by Anaconda co.
- Add support for testing with tox
- Add two sample test functions that demonstrate support for numpy
- Add CI workflow using github actions to verify that the same functions
build as expected.
Signed-off-by: Lucas Roesler <[email protected]>
0 commit comments