-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix missing reader_c.c
file in Makefile .install-deps
#9723
Conversation
`make install-dev` was not creating `reader_c.c` which meant to get a working dev env, `make cythonize` had to be run before `make install-dev`
reader_c.c
file in Makefile .install-deps
CodSpeed Performance ReportMerging #9723 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #9723 +/- ##
=======================================
Coverage 98.67% 98.67%
=======================================
Files 117 117
Lines 35787 35787
Branches 4239 4239
=======================================
Hits 35313 35313
Misses 319 319
Partials 155 155
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #9725 🤖 @patchback |
(cherry picked from commit ab9b566)
…akefile `.install-deps` (#9725) Co-authored-by: J. Nick Koston <[email protected]>
make install-dev
was not creatingreader_c.c
which meant to get a working dev env,make cythonize
had to be run beforemake install-dev