🌐 AI搜索 & 代理 主页
Skip to content

Commit 87db91b

Browse files
committed
use conda-forge for numpy and co.
1 parent b61f58d commit 87db91b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
pip install coveralls
3737
3838
# Install python-control dependencies
39-
conda install numpy matplotlib scipy
39+
# use conda-forge until https://github.com/numpy/numpy/issues/20233 is resolved
40+
conda install -c conda-forge numpy matplotlib scipy
4041
if [[ '${{matrix.slycot}}' == 'conda' ]]; then
4142
conda install -c conda-forge slycot
4243
fi

0 commit comments

Comments
 (0)