Open
Description
I'm running a Julia notebook, in a directory containing Project.toml
and Artifact.toml
. Evaluating Base.active_project()
from within the notebook, confirms that the active environment is the Project.toml
in the directory. However trying to load an artifact fails:
LoadError: Cannot locate '(Julia)Artifacts.toml' file when attempting to use artifact '' in 'Main'
So it fails to locate Artifacts.toml
. Is there a way to fix this?
Metadata
Metadata
Assignees
Labels
No labels