Skip to content

Commit

Permalink
Pin conda-build version in CI. (#442)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
grst and pre-commit-ci[bot] authored Jul 31, 2023
1 parent dee3b06 commit b00e542
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b00e542

Please sign in to comment.