Skip to content

Commit

Permalink
remove mambabuild/boa: not ready for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Nov 8, 2022
1 parent 73f5c19 commit b7f07e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/conda-env/build-env.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: build-env
dependencies:
- boa
- numpy!=1.23.0
- conda-build
- conda-verify
# - boa # re-enable when boa is compatible with mamba 1.0 and Python 3.11
- numpy !=1.23.0
2 changes: 1 addition & 1 deletion .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
run: |
set -e
numpyversion=$(python -c 'import numpy; print(numpy.version.version)')
conda mambabuild --python "${{ matrix.python }}" --numpy $numpyversion conda-recipe
conda build --python "${{ matrix.python }}" --numpy $numpyversion conda-recipe
# preserve directory structure for custom conda channel
find "${CONDA_PREFIX}/conda-bld" -maxdepth 2 -name 'slycot*.tar.bz2' | while read -r conda_pkg; do
conda_platform=$(basename $(dirname "${conda_pkg}"))
Expand Down

0 comments on commit b7f07e9

Please sign in to comment.