Skip to content

Commit 89831cc

Browse files
author
Christopher Doris
committed
bugfix
1 parent 4bbfc69 commit 89831cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/deps.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ function resolve(; create=true, force=false)
288288
if skip
289289
depinfo = get_meta("jldeps")
290290
skip &= (
291+
depinfo !== nothing &&
291292
conda_channels == get(depinfo, "conda_channels", nothing) &&
292293
conda_packages == get(depinfo, "conda_packages", nothing) &&
293294
pip_indexes == get(depinfo, "pip_indexes", nothing) &&

0 commit comments

Comments
 (0)