From 96e0992129fa323154b0a59331a6a26262977fdd Mon Sep 17 00:00:00 2001 From: Thomas-Otavio Peulen Date: Mon, 12 Feb 2024 07:41:37 +0100 Subject: [PATCH] Fix conda release build --- .github/workflows/conda-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-release.yml b/.github/workflows/conda-release.yml index 0d5e173..8164746 100644 --- a/.github/workflows/conda-release.yml +++ b/.github/workflows/conda-release.yml @@ -49,7 +49,7 @@ jobs: # Use older conda_build_config -> boost-cpp 1.78 curl -sLO https://raw.githubusercontent.com/conda-forge/conda-forge-pinning-feedstock/084b098a28a7a66e9a0967d156bc55b9ebfc6726/recipe/conda_build_config.yaml # curl -sLO https://github.com/conda-forge/conda-forge-pinning-feedstock/raw/main/recipe/conda_build_config.yaml - conda mambabuild conda-recipe --output-folder conda-bld + conda mambabuild . --output-folder ../conda-bld - name: Upload Conda Package shell: bash -el {0}