From ec0ea84e63a92324a1870d22e710254c4b177391 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Jun 2025 13:12:17 +0200 Subject: [PATCH] Update image version to :1 --- src/data_processors/infer_truth/config.vsh.yaml | 2 +- src/data_processors/process_dataset/config.vsh.yaml | 2 +- src/datasets/loaders/singlecell_broadinstitute/config.vsh.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data_processors/infer_truth/config.vsh.yaml b/src/data_processors/infer_truth/config.vsh.yaml index 38eda41..feda120 100644 --- a/src/data_processors/infer_truth/config.vsh.yaml +++ b/src/data_processors/infer_truth/config.vsh.yaml @@ -22,7 +22,7 @@ test_resources: dest: resources_test/common engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 setup: - type: python pypi: liana diff --git a/src/data_processors/process_dataset/config.vsh.yaml b/src/data_processors/process_dataset/config.vsh.yaml index f65b3e5..484b60d 100644 --- a/src/data_processors/process_dataset/config.vsh.yaml +++ b/src/data_processors/process_dataset/config.vsh.yaml @@ -29,7 +29,7 @@ test_resources: dest: resources_test/task_cell_cell_communication engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 runners: - type: executable - type: nextflow \ No newline at end of file diff --git a/src/datasets/loaders/singlecell_broadinstitute/config.vsh.yaml b/src/datasets/loaders/singlecell_broadinstitute/config.vsh.yaml index 47c65da..df828a2 100644 --- a/src/datasets/loaders/singlecell_broadinstitute/config.vsh.yaml +++ b/src/datasets/loaders/singlecell_broadinstitute/config.vsh.yaml @@ -59,7 +59,7 @@ test_resources: path: /common/component_tests/run_and_check_output.py engines: - type: docker - image: openproblems/base_python:1.0.0 + image: openproblems/base_python:1 runners: - type: executable - type: nextflow \ No newline at end of file