Skip to content

Commit

Permalink
specify package output format
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianegli committed Jan 21, 2025
1 parent b435138 commit 82e4618
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 @@ -38,7 +38,7 @@ jobs:
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate sdrf-pipelines
conda build recipe
conda build --package-format .tar.bz2 recipe
PACKAGE_PATH=$(find /usr/share/miniconda/envs/sdrf-pipelines/conda-bld/noarch/ -name "sdrf-pipelines-*.tar.bz2" | head -n 1)
conda install --offline "$PACKAGE_PATH"
Expand Down

0 comments on commit 82e4618

Please sign in to comment.