From d2663f9662799f1973458916db0d6357521ede24 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Mon, 5 Aug 2024 16:37:42 +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 8e556fe..4403612 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 && conda install --use-local sdrf-pipelines + conda build recipe shell: bash -l {0} - name: Test the installed package