You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.