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 2ad0006 commit 0bd482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate sdrf-pipelines
conda build recipe && conda install --use-local /usr/share/miniconda/envs/sdrf-pipelines/conda-bld/noarch/ sdrf-pipelines
conda build recipe && conda install --use-local sdrf-pipelines
shell: bash -l {0}

- name: Test the installed package
Expand Down

0 comments on commit 0bd482b

Please sign in to comment.