Skip to content

Commit

Permalink
Revert "remove mambabuild/boa: not ready for Python 3.11"
Browse files Browse the repository at this point in the history
This reverts commit b7f07e9.
  • Loading branch information
bnavigator committed Nov 23, 2022
1 parent 52ccc8e commit 614e09a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/conda-env/build-env.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: build-env
dependencies:
- conda-build
- conda-verify
# - boa # re-enable when boa is compatible with mamba 1.0 and Python 3.11
- numpy !=1.23.0
- boa
- 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 build --python "${{ matrix.python }}" --numpy $numpyversion conda-recipe
conda mambabuild --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 614e09a

Please sign in to comment.