File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11name : build-env
22dependencies :
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
Original file line number Diff line number Diff 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}"))
You can’t perform that action at this time.
0 commit comments