mamba create -n testenv scikit-learn python=3.12 libopenblas=0.3.28 -y conda activate testenv PYTHONFAULTHANDLER=1 python /tmp/test_openblas.py pytest --pyargs ...