Skip to content
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

Add production tarball pypi builds to cron & ensure use of correct compiler [Issue #4223] #4240

Merged
merged 6 commits into from
Aug 29, 2023

Conversation

IAlibay
Copy link
Member

@IAlibay IAlibay commented Aug 15, 2023

Fixes #4223

Changes made in this Pull Request:

  • Add production tarball install tests
  • Make sure we use clang for macos runners

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

Developers certificate of origin


📚 Documentation preview 📚: https://mdanalysis--4240.org.readthedocs.build/en/4240/

@IAlibay IAlibay changed the title Clang deploytests [Issue #4223 Add production tarball pypi builds to cron & ensure use of correct compiler [Issue #4223] Aug 15, 2023
@@ -3,6 +3,9 @@ on:
schedule:
# 3 am Tuesdays and Fridays
- cron: "0 3 * * 2,5"
pull_request:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove before merge

python-version: ["3.9", "3.10", "3.11"]
wheels: ['true', 'false']
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For review context - we want to try to see what happens if you build either from the tarball or wheels, hence the need for this matrix entry.

steps:
- uses: actions/checkout@v3

- name: setup_os
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a fancy action for just setting flags like CXX properly.

@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.21% ⚠️

Comparison is base (b21478f) 93.62% compared to head (4254151) 93.41%.
Report is 9 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4240      +/-   ##
===========================================
- Coverage    93.62%   93.41%   -0.21%     
===========================================
  Files          179      183       +4     
  Lines        24199    23309     -890     
  Branches      4064     4064              
===========================================
- Hits         22657    21775     -882     
+ Misses        1026     1018       -8     
  Partials       516      516              

see 27 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link

github-actions bot commented Aug 15, 2023

Linter Bot Results:

Hi @IAlibay! Thanks for making this PR. We linted your code and found the following:

There are currently no issues detected! 🎉

@IAlibay
Copy link
Member Author

IAlibay commented Aug 28, 2023

@MDAnalysis/coredevs this one's been ignored from review for ~ 2 week. Can anyone review?

@IAlibay
Copy link
Member Author

IAlibay commented Aug 29, 2023

Self merging so I can move on with things.

@IAlibay IAlibay merged commit 957430b into develop Aug 29, 2023
22 of 23 checks passed
@IAlibay IAlibay deleted the clang-deploytests branch August 29, 2023 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add setup-os contents to deployed MDA checks in CRON CI
2 participants