We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbfc69 commit 89831ccCopy full SHA for 89831cc
src/deps.jl
@@ -288,6 +288,7 @@ function resolve(; create=true, force=false)
288
if skip
289
depinfo = get_meta("jldeps")
290
skip &= (
291
+ depinfo !== nothing &&
292
conda_channels == get(depinfo, "conda_channels", nothing) &&
293
conda_packages == get(depinfo, "conda_packages", nothing) &&
294
pip_indexes == get(depinfo, "pip_indexes", nothing) &&
0 commit comments