From 750c21afa1be148399aa06499942e5f5a2624264 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Mon, 5 Aug 2024 16:05:49 +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 b1950da..cefb8e3 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -39,7 +39,7 @@ jobs: conda activate sdrf-pipelines conda build recipe conda remove sdrf-pipelines --force - conda install --use-local sdrf-pipelines + conda install --use-local /usr/share/miniconda/envs/sdrf-pipelines/conda-bld/noarch/ sdrf-pipelines shell: bash -l {0} - name: Test the installed package