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
Note that loading the test files in the REPL will automatically carry out the pruning to ensure that the development version of the package is used in the tests.
42
-
43
-
If you are contributing to the repo using this method, it may be convenient to ignore the local changes to `Project.toml` by running
44
-
```console
45
-
git update-index --skip-worktree Project.toml
46
-
```
47
-
48
30
2.**Build Julia with the custom `LinearAlgebra` commit:**
49
31
50
32
Modify the commit in [`stdlib/LinearAlgebra.version`](https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra.version) and build Julia. This requires one to push the development branch
0 commit comments