We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b942da6 commit 9295842Copy full SHA for 9295842
src/dcqc/tests/h5ad_htan_validator_test.py
@@ -23,7 +23,7 @@ def generate_process(self) -> Process:
23
f"'{path.name}'",
24
]
25
process = Process(
26
- container="ghcr.io/sage-bionetworks-workflows/htan-h5ad-validator:0.1",
+ container="ghcr.io/sage-bionetworks-workflows/htan-h5ad-validator:0.1.1",
27
command_args=command_args,
28
)
29
return process
0 commit comments