From b00e54204b84b6278cf4da5c8c136e46a498b1f1 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Mon, 31 Jul 2023 20:10:54 +0200 Subject: [PATCH] Pin conda-build version in CI. (#442) * Pin conda-build version in CI. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/workflows/conda.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conda.yaml b/.github/workflows/conda.yaml index e472d94ca..801b1070b 100644 --- a/.github/workflows/conda.yaml +++ b/.github/workflows/conda.yaml @@ -41,8 +41,9 @@ jobs: python-version: ${{ matrix.python-version }} - name: install conda build + # TODO pinning conda-build version because it stopped working for no good reason in 3.25 or 3.26. run: | - mamba install -y conda-build conda-verify + mamba install -y conda-build=3.24.0 conda-verify shell: bash - name: build and test package