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
This is important to me as well. Currently, we use Pkg.develop(url="[email protected]:TuftsCTSI/TRDW.jl.git") for our development setup, where we also added TRDW = {url = "https://github.com/TuftsCTSI/TRDW.jl", rev = "main"} to Project.toml -- is this correct?
Perhaps what would be ideal is Pkg.develop("TRDW") and it'd use the Project.toml sources section to know where to find it.
Here
Foo
is a package with a url set under[sources]
:The text was updated successfully, but these errors were encountered: