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 d2663f9 commit b5ccd2a
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,7 +37,8 @@ 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"
shell: bash -l {0}

- name: Test the installed package
Expand Down

0 comments on commit b5ccd2a

Please sign in to comment.