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
Like this suggestion! We are currently working on python scripts so this comment is right in line with our next steps. We will work on a way to opt in and out of these additional tools.
I have determined command to check if matlab is installed or not. I thought I could just edit BuildTestRelease and check before command to Invoke BuildTestReleaseMATLAB, however matlab is also invoked in BuildTestReleaseMCCL. So I added the same if check before that call. I have tried updated code on:
windows with matlab installed
linux with matlab installed
linux with no matlab available
and these run as they should.
I have pushed these changes to the branch associated with this issue and will create a PR for review.
Currently executing
requires a
matlab
installation. Perhaps thematlab
builds could be made optional for those who just want to usevts
in aJuptyerLab
environment?The text was updated successfully, but these errors were encountered: