We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572b9d5 commit 0ad775aCopy full SHA for 0ad775a
.github/workflows/conda-build.yml
@@ -31,7 +31,8 @@ jobs:
31
conda build recipe
32
PACKAGE_PATH=$(find /usr/share/miniconda/envs/sdrf-pipelines/conda-bld/noarch/ -name "sdrf-pipelines-*.tar.bz2" | head -n 1)
33
echo "$PACKAGE_PATH"
34
- # conda install --offline "$PACKAGE_PATH"
+ conda install --offline "$PACKAGE_PATH"
35
+ conda list
36
shell: bash -l {0}
37
38
- name: Test the installed package
0 commit comments