-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nox #164
Nox #164
Conversation
Codecov Report
@@ Coverage Diff @@
## main #164 +/- ##
==========================================
+ Coverage 92.18% 93.17% +0.99%
==========================================
Files 147 129 -18
Lines 10439 10318 -121
==========================================
- Hits 9623 9614 -9
+ Misses 816 704 -112
Continue to review full report at Codecov.
|
Nice change, as it reduces CI time. I guess using mamba would also have a similar effect. |
good point, thx! |
congratz :) |
Introduce nox to run tests and build the package, replace conda as build and dependency management tool with pip which reduces the load on CI.