-
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
MAINT: ARM64 CI cleanup #2997
MAINT: ARM64 CI cleanup #2997
Conversation
* I released SciPy `1.5.3` with "official" Linux ARM64 wheels over the weekend, so let's try using those in CI instead of the previous "special"/unreleased wheels * add a `CHANGELOG` entry to reflect preliminary MDAnalysis support for the Linux ARM64 platform (minimal dependencies)
Some more RDKIT random failures (Issue #2958). I've restarted the failing test. |
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!
@@ -66,6 +66,8 @@ Fixes | |||
would create a test artifact (Issue #2979, PR #2981) | |||
|
|||
Enhancements | |||
* Preliminary support for the Linux ARM64 platform with minimal | |||
dependencies (PR #2956) |
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.
There's the orphaned issue #1989 here that could be added too if you felt like it.
Codecov Report
@@ Coverage Diff @@
## develop #2997 +/- ##
========================================
Coverage 93.05% 93.05%
========================================
Files 186 186
Lines 24611 24611
Branches 3188 3188
========================================
Hits 22902 22902
Misses 1661 1661
Partials 48 48 Continue to review full report at Codecov.
|
Fixes issue MDAnalysis#1989, completes PR MDAnalysis#2956 ## Work done in this PR * Switches CI to using recently released SciPy `1.5.3` with "official" Linux ARM64 wheels over the weekend, instead of the previous "special"/unreleased wheels * Add a `CHANGELOG` entry to reflect preliminary MDAnalysis support for the Linux ARM64 platform (minimal dependencies)
I released SciPy
1.5.3
with "official" Linux ARM64 wheelsover the weekend, so let's try using those in CI instead of the
previous "special"/unreleased wheels
add a
CHANGELOG
entry to reflect preliminary MDAnalysis supportfor the Linux ARM64 platform (minimal dependencies)