From 7e5abbb5ace5fe859f24477c8df1d84d46616906 Mon Sep 17 00:00:00 2001 From: "katarzyna.otylia.sikora@gmail.com" Date: Mon, 12 Aug 2024 14:12:23 +0200 Subject: [PATCH] gha --- .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 3f2b3989e..aa084aa2f 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -23,4 +23,4 @@ jobs: # Builds the package using the standard configuration - name: buildSnakePipes run: | - conda-build -c conda-forge -c bioconda conda-recipe + conda build -c conda-forge -c bioconda conda-recipe