-
Notifications
You must be signed in to change notification settings - Fork 667
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
[CI] MDAnalysis self-dependency build fix #4502
Conversation
Linter Bot Results:Hi @IAlibay! Thanks for making this PR. We linted your code and found the following: There are currently no issues detected! 🎉 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4502 +/- ##
===========================================
+ Coverage 93.62% 93.84% +0.21%
===========================================
Files 173 185 +12
Lines 21422 22488 +1066
Branches 3979 3979
===========================================
+ Hits 20056 21103 +1047
- Misses 903 931 +28
+ Partials 463 454 -9 ☔ View full report in Codecov by Sentry. |
Cron failures are good - they are pointing out to an existing issue that needs fixing in our conda-forge package. |
conda-forge tests are now just related to rdkit - this is a known failure (and fixed in develop), nothing else to do here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
@@ -4,6 +4,11 @@ on: | |||
# 3 am Tuesdays and Fridays | |||
- cron: "0 3 * * 2,5" | |||
workflow_dispatch: | |||
# Uncomment when you need to test on a PR | |||
pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment out :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah completely forgot to do this!
* Fix MDAnalysis cron CI * Fix deployment workflow python and utility versions * Make sure we install mdakit dependencies using no-deps * Fix nightly wheel tests.
Fixes #4492
Work in progress:
TODO:
Changes made in this Pull Request:
PR Checklist
Developers certificate of origin
📚 Documentation preview 📚: https://mdanalysis--4502.org.readthedocs.build/en/4502/