Skip to content

Commit

Permalink
Test cache only validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Aug 5, 2024
1 parent b5ccd2a commit 10e06d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate sdrf-pipelines
conda build recipe
PACKAGE_PATH=$(find /usr/share/miniconda/envs/sdrf-pipelines/conda-bld/noarch/ -name "sdrf-pipelines-*.tar.bz2" | head -n 1)
conda build recipe && conda install --offline "$PACKAGE_PATH"
conda install --offline "$PACKAGE_PATH"
shell: bash -l {0}

- name: Test the installed package
Expand Down

0 comments on commit 10e06d9

Please sign in to comment.