Skip to content

Commit

Permalink
Fix conda ci (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored Jan 19, 2024
1 parent f253111 commit 3b21fe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ requirements:
- adjusttext >=0.7
- numba >=0.41.0
- pooch >=1.7.0
- joblib >=1.3.1

test:
source_files:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,12 @@ 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=3.24.0 conda-verify
mamba install -y boa conda-verify
shell: bash

- name: build and test package
run: |
cd .conda
mamba build --no-anaconda-upload .
conda mambabuild --no-anaconda-upload .
shell: bash

0 comments on commit 3b21fe9

Please sign in to comment.