Skip to content

Commit

Permalink
unpin
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Jul 13, 2022
1 parent 532c59c commit 41d9907
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:

- name: conda list
run: conda list

- name: conda config
run: conda config --show

- name: Build from local conda recipe
run: conda mambabuild -c conda-forge .
Expand Down
17 changes: 8 additions & 9 deletions devtools/conda.recipe/build_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ channels:
- defaults
dependencies:
- python=3.8
- setuptools=62.6.0
- setuptools_scm=7.0.2
- conda-verify=3.1.1
- conda-build=3.21.9
- mamba=0.24.0
- boa=0.11.0
- anaconda-client=1.8.0
- numpydoc=1.4.0
- urllib3=1.26.9
- setuptools
- setuptools_scm
- conda-verify
- conda-build
- mamba
- boa>=0.6
- anaconda-client
- numpydoc>=0.5

0 comments on commit 41d9907

Please sign in to comment.