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 36982d0 commit 0efbcff
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 @@ -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
Expand Down

0 comments on commit 0efbcff

Please sign in to comment.