From 82e4618977eb9c0f30f5f43b2ef9fcb3bfe2e47d Mon Sep 17 00:00:00 2001 From: fabianegli Date: Tue, 21 Jan 2025 15:35:13 +0100 Subject: [PATCH] specify package output format --- .github/workflows/conda-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 246854a..2c60dda 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -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"