Skip to content

Commit 0ad775a

Browse files
authored
revert to do the install
1 parent 572b9d5 commit 0ad775a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
conda build recipe
3232
PACKAGE_PATH=$(find /usr/share/miniconda/envs/sdrf-pipelines/conda-bld/noarch/ -name "sdrf-pipelines-*.tar.bz2" | head -n 1)
3333
echo "$PACKAGE_PATH"
34-
# conda install --offline "$PACKAGE_PATH"
34+
conda install --offline "$PACKAGE_PATH"
35+
conda list
3536
shell: bash -l {0}
3637

3738
- name: Test the installed package

0 commit comments

Comments
 (0)