From 0efbcff29bc6020af3c040de07d6ddc337d3f7fd Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Mon, 5 Aug 2024 15:52:52 +0100 Subject: [PATCH] Test cache only validation. --- .github/workflows/conda-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 0236010..5d78ae7 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -38,7 +38,8 @@ jobs: source $CONDA/etc/profile.d/conda.sh conda activate sdrf-pipelines conda build recipe - conda install --use-local sdrf-pipelines + conda remove sdrf-pipelines --force + conda install --use-local /usr/share/miniconda/envs/sdrf-pipelines/conda-bld/ sdrf-pipelines shell: bash -l {0} - name: Test the installed package