Skip to content

Commit 701be78

Browse files
committed
no conda mkl in GHA
1 parent 5939d96 commit 701be78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
conda create -q -n test-environment python=${{matrix.python-version}}
2929
source $CONDA/bin/activate test-environment
3030

31+
# gh-664, https://github.com/numpy/numpy/issues/20233, https://github.com/conda/conda/issues/11023 -- disable MKL
32+
conda install nomkl
33+
3134
# Set up (virtual) X11
3235
sudo apt install -y xvfb
3336

0 commit comments

Comments
 (0)