Hi,
My local machine has julia version 1.5. My CI is failing for version 1.1. Not sure what is the problem, I tells about some unsatisfied dependencies. Can some one can tell what is the problem. Here is the CI pipeline.
Thanks in advance!
Hi,
My local machine has julia version 1.5. My CI is failing for version 1.1. Not sure what is the problem, I tells about some unsatisfied dependencies. Can some one can tell what is the problem. Here is the CI pipeline.
Thanks in advance!
Why not remove the Manifest.toml from the repository?
Yes, having the Manifest.toml
checked in doesn’t place nice with running CI with multiple Julia versions, as the Manifest.toml
is intrinsically specific to a single Julia version and CI instantiates the Manifest.toml
: