Skip to content

Commit

Permalink
Merge branch 'master' into ib/parallel_artifact_download
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Jul 15, 2024
2 parents 4bb54ae + d801e45 commit 23daab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,6 @@ function download_artifacts(env::EnvCache;
for (artifacts_toml, artifacts) in collect_artifacts(pkg_root; platform)
# For each Artifacts.toml, install each artifact we've collected from it
for name in keys(artifacts)
# @info name
push!(download_jobs,
() -> ensure_artifact_installed(name, artifacts[name], artifacts_toml;
verbose, quiet_download=!(usable_io(io)), io=io)
Expand Down

0 comments on commit 23daab2

Please sign in to comment.