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 1afbe09 commit 6fc4b6fCopy full SHA for 6fc4b6f
src/deps.jl
@@ -359,7 +359,7 @@ function resolve(; create=true, force=false)
359
conda_run_root(`create --yes --no-default-packages --no-channel-priority --prefix $env $conda_args`)
360
conda_activate()
361
else
362
- conda_run(`install --yes --no-channel-priority --satisfied-skip-solve $conda_args`)
+ conda_run(`install --yes --no-channel-priority --freeze-installed $conda_args`)
363
end
364
365
# install pip packages
0 commit comments