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
This workflow was working when I last ran it about three months ago.
It failed when I ran it today because (it looks like?) paths are not correct when I run my cmake command. (CMake can no longer find a library I installed with conda.)
I dump the conda info in a previous step and it looks correct:
This workflow was working when I last ran it about three months ago.
It failed when I ran it today because (it looks like?) paths are not correct when I run my cmake command. (CMake can no longer find a library I installed with conda.)
I dump the conda info in a previous step and it looks correct:
but when I actually run my cmake, the PATH no longer contains any conda env info:
I tried setting the default shell to
bash -el {0}
based on this issue, but that didn't help.I tried updating all my actions, but that didn't help.
Unfortunately the runs that used to work no longer have logs, so I can't compare.
Does anyone have any suggestions or know what might have changed behind the scenes?
The text was updated successfully, but these errors were encountered: