Skip to content

Commit 6fc4b6f

Browse files
author
Christopher Doris
committed
when adding dependencies, freeze already installed packages
1 parent 1afbe09 commit 6fc4b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ function resolve(; create=true, force=false)
359359
conda_run_root(`create --yes --no-default-packages --no-channel-priority --prefix $env $conda_args`)
360360
conda_activate()
361361
else
362-
conda_run(`install --yes --no-channel-priority --satisfied-skip-solve $conda_args`)
362+
conda_run(`install --yes --no-channel-priority --freeze-installed $conda_args`)
363363
end
364364

365365
# install pip packages

0 commit comments

Comments
 (0)