diff --git a/scripts/download_test_resources.py b/scripts/download_test_resources.py index 9d7d569..eccd9ef 100644 --- a/scripts/download_test_resources.py +++ b/scripts/download_test_resources.py @@ -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