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
mamba search does not accept --info option (#2236)
The PR proposes to resolve the issue observing in GitHub actions where
`mamba search --info` results into `The following argument was not
expected: --info` error. The error started to be reported since
`mamba==2.0.5` release.
As a workaround it is proposed to switch to `conda search --info`
command which works properly.
Note, #2231 is tuned here to consider available DPC++ version on
Windows.
0 commit comments