Skip to content

Option to only set the FC variable (or none) #128

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

Closed
henryiii opened this issue Apr 28, 2025 · 1 comment · Fixed by #130
Closed

Option to only set the FC variable (or none) #128

henryiii opened this issue Apr 28, 2025 · 1 comment · Fixed by #130

Comments

@henryiii
Copy link

henryiii commented Apr 28, 2025

In GHA, it's impossible to unset a variable that's been set (actions/runner#1126). It would be nice to either be able to disable the non-FORTRAN variables (which tend to break Python extension compiling), or probably even better, since the paths are set as output variables, add a update-environment: false option that disables touching the environment altogether (matching actions/setup-python). Someone could use the output to set FC, so that option would be enough.

@wpbonelli
Copy link
Contributor

@henryiii this is in the main branch now. I didn't add a test since it's a trivial change and our matrix is already too big. Let me know if it doesn't work for you.

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 a pull request may close this issue.

2 participants