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

Fix various CI issues #3017

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Fix various CI issues #3017

merged 1 commit into from
Jul 30, 2024

Conversation

JCGoran
Copy link
Contributor

@JCGoran JCGoran commented Jul 29, 2024

  • NumPy 1.21.3 has the wrong tag on MacOS with Python 3.10, so pip check started failing
  • NumPy was not being installed on Python 3.9 on aarch64 due to missing arch spec
  • mpi4py version 4 does not appear to be compatible with MUSIC, so we pin it to <4 everywhere

- NumPy 1.21.3 has the wrong tag on MacOS with Python 3.10, so `pip
  check` started failing
- NumPy was not being installed on Python 3.9 due to missing arch spec
- mpi4py version 4 does not appear to be compatible with MUSIC, so we
  pin it to <4 everywhere
Copy link

sonarcloud bot commented Jul 29, 2024

Copy link

✔️ e721ab0 -> Azure artifacts URL

Copy link

codecov bot commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.28%. Comparing base (4557662) to head (e721ab0).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3017      +/-   ##
==========================================
- Coverage   67.28%   67.28%   -0.01%     
==========================================
  Files         572      572              
  Lines      104974   104975       +1     
==========================================
  Hits        70629    70629              
- Misses      34345    34346       +1     

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

@JCGoran JCGoran marked this pull request as ready for review July 30, 2024 06:02
@1uc 1uc merged commit fec8ce6 into master Jul 30, 2024
38 checks passed
@1uc 1uc deleted the jelic/fix_ci_multiple branch July 30, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants