From 2ad0006ffeff69fd18812c4e45946efd82070fa9 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Mon, 5 Aug 2024 16:21:57 +0100 Subject: [PATCH] Test cache only validation. --- .github/workflows/conda-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 85eb46e..f82a204 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -37,7 +37,7 @@ jobs: run: | source $CONDA/etc/profile.d/conda.sh conda activate sdrf-pipelines - conda build recipe && install --use-local /usr/share/miniconda/envs/sdrf-pipelines/conda-bld/noarch/ sdrf-pipelines + conda build recipe && conda install --use-local /usr/share/miniconda/envs/sdrf-pipelines/conda-bld/noarch/ sdrf-pipelines shell: bash -l {0} - name: Test the installed package