-
Notifications
You must be signed in to change notification settings - Fork 89
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: add install commands to component libraries #3307
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3307 +/- ##
========================================
Coverage 56.46% 56.46%
========================================
Files 1059 1059
Lines 89458 89458
========================================
Hits 50512 50512
Misses 38946 38946 ☔ View full report in Codecov by Sentry. |
We still have a blind spot in the ci: to avoid making a similar mistake again, shouldn't we test that the geos installation works somewhere in the ci.
See PR #3313 |
In #3282 I failed to install the shared libraries. This PR adds the required install command.
resolves #3305