Skip to content

Commit

Permalink
admin/use-quilt-install-to-allow-for-manifest-caching (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Sep 21, 2021
1 parent 25f2e63 commit 0e888bc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/download_test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,14 @@ def download_test_resources(args: Args):
log.info(f"Downloading test resources using top hash: {top_hash}")

# Get quilt package
package = Package.browse(
Package.install(
"aicsimageio/test_resources",
"s3://aics-modeling-packages-test-resources",
dest=resources_dir,
top_hash=top_hash,
path="resources",
)

# Download
package["resources"].fetch(resources_dir)

log.info(f"Completed package download.")

# Catch any exception
Expand Down

0 comments on commit 0e888bc

Please sign in to comment.