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
Our CI/CD keeps breaking due to problems with MSRV, especially for our BLAS setup. I suggest the following steps to alleviate this:
Check in Cargo.lock, increasing the determinism of our CI/CD jobs
Add a GitHub workflow that periodically checks against new dependencies, once for the MSRV and once without MSRV, but in both cases using the MSRV-aware resolver
The text was updated successfully, but these errors were encountered:
Our CI/CD keeps breaking due to problems with MSRV, especially for our BLAS setup. I suggest the following steps to alleviate this:
The text was updated successfully, but these errors were encountered: