From f8326e6debdc9210ee8d6bffba92e816be6726d8 Mon Sep 17 00:00:00 2001 From: lorenz Date: Sun, 19 Nov 2023 19:20:21 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 163faf3..8ffd797 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,11 @@ jobs: channels: conda-forge - name: "Install conda build" - run: mamba install conda-build python-patch + shell: sh -l {0} + run: mamba install conda-build python-patch - name: "Check conda" + shell: sh -l {0} run: | conda info -a conda list @@ -44,10 +46,12 @@ jobs: sudo ln -s /usr/lib/x86_64-linux-gnu/ /usr/lib64 - name: "Prepare sources" + shell: sh -l {0} run: | python prepare.py - name: "Run conda build" + shell: sh -l {0} run: | mkdir conda conda build ci/conda --output-folder conda