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

Remove gettext from test workflow, add MacOS ARM build #68

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

swryan
Copy link
Contributor

@swryan swryan commented Jun 3, 2024

Summary

A follow up to PR #67

Installation of gettext from conda-forge is still causing pip to be downgraded from 24.0 to 22.3, which has a security vulnerability:

Found 1 known vulnerability in 1 package
Name Version ID             Fix Versions
---- ------- -------------- ------------
pip  22.3.1  PYSEC-2023-228 23.3

gettext is a pyoptsparse dependency that is only needed when building the documentation. Since that is out of scope for this package, and we are able to run the test suite without this dependency, it's installation has been removed.

Also:

  • Enabled the MacOS ARM build in the test workflow, using brew to install compilers
  • Added MacOS specific directories to find meson build logs

Related Issues

  • Resolves #

Backwards incompatibilities

None

New Dependencies

None

@swryan swryan changed the title Remove installation of gettext from test workflow Remove gettext from test workflow, add MacOS ARM build Jun 4, 2024
@swryan swryan merged commit 960e668 into OpenMDAO:master Jun 4, 2024
9 checks passed
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.

2 participants