Skip to content

Commit 600528b

Browse files
author
Bruno Grande
committed
Switch to Sage copy
1 parent 3043355 commit 600528b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dcqc/tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def generate_process(self) -> Process:
101101
path = file.local_path.as_posix()
102102
command_args = ["tiffinfo", path]
103103
process = Process(
104-
container="quay.io/brunograndephd/libtiff:2.0",
104+
container="quay.io/sagebionetworks/libtiff:2.0",
105105
command_args=command_args,
106106
)
107107
return process

0 commit comments

Comments
 (0)