We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edad3ef + 330aae5 commit 8edb638Copy full SHA for 8edb638
.github/workflows/ci.yml
@@ -1048,7 +1048,6 @@ jobs:
1048
git
1049
mingw-w64-${{matrix.env}}-gcc
1050
mingw-w64-${{matrix.env}}-python-pip
1051
- mingw-w64-${{matrix.env}}-python-numpy
1052
mingw-w64-${{matrix.env}}-cmake
1053
mingw-w64-${{matrix.env}}-make
1054
mingw-w64-${{matrix.env}}-python-pytest
@@ -1060,7 +1059,7 @@ jobs:
1060
1059
with:
1061
msystem: ${{matrix.sys}}
1062
install: >-
1063
- git
+ mingw-w64-${{matrix.env}}-python-numpy
1064
mingw-w64-${{matrix.env}}-python-scipy
1065
mingw-w64-${{matrix.env}}-eigen3
1066
0 commit comments