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