Skip to content

Commit b7f07e9

Browse files
committed
remove mambabuild/boa: not ready for Python 3.11
1 parent 73f5c19 commit b7f07e9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/conda-env/build-env.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: build-env
22
dependencies:
3-
- boa
4-
- numpy!=1.23.0
3+
- conda-build
4+
- conda-verify
5+
# - boa # re-enable when boa is compatible with mamba 1.0 and Python 3.11
6+
- numpy !=1.23.0

.github/workflows/slycot-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
run: |
169169
set -e
170170
numpyversion=$(python -c 'import numpy; print(numpy.version.version)')
171-
conda mambabuild --python "${{ matrix.python }}" --numpy $numpyversion conda-recipe
171+
conda build --python "${{ matrix.python }}" --numpy $numpyversion conda-recipe
172172
# preserve directory structure for custom conda channel
173173
find "${CONDA_PREFIX}/conda-bld" -maxdepth 2 -name 'slycot*.tar.bz2' | while read -r conda_pkg; do
174174
conda_platform=$(basename $(dirname "${conda_pkg}"))

0 commit comments

Comments
 (0)