Skip to content

Commit d0485d1

Browse files
dbg
1 parent cfc3ad3 commit d0485d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/snakemake_storage_plugin_github_artifact

src/snakemake_storage_plugin_github_artifact/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def retrieve_object(self):
212212
assert self._artifact is not None
213213
download_url = self._artifact["archive_download_url"]
214214
res = requests.get(
215-
download_url, headers=self._headers(accept="application/vnd.github+json"), allow_redirects=True
215+
download_url, headers=self._headers(accept="application/vnd.github+json"), allow_redirects=True, stream=True
216216
)
217217
res.raise_for_status()
218218
# print(res.headers)

0 commit comments

Comments
 (0)