Hello!
I’m trying to migrate my package to the new registration system. I generated a Project.toml file that seems adequate. However, I’m having a strange bug during the CI process. It basically says that Pkg
is not found in current path and that is should be installed with Pkg
(!)
Error: Error building `ClimateTools`:
│ ERROR: LoadError: ArgumentError: Package Pkg not found in current path:
Run `import Pkg; Pkg.add("Pkg")` to install the Pkg package
ClimateTools fails on Julia 0.7 and Julia 1.0, but pass on nightly (see links to build logs below). My guess is that it’s probably a matter of .travis.yml
config, but I do not know where or how.
Thanks for you help!