-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure on a clean install #200
Comments
The issue seems to arise because a new Julia process is spun up and doesn't have the same package environment presumably with the required packages:
|
Same Test failure also happens on registered version of the package - v0.2.0. |
Fixed in #205 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a machine where I had not developed PETSc.jl, where I just updated to Julia 1.11, and did
dev PETSc
and thentest PETSc
all at thepkg >
prompt, the MPI tests in options.jl failed. It is puzzling because MPI.jl is clearly in Project.toml and does get installed. :The text was updated successfully, but these errors were encountered: