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.
1 parent 39e65e1 commit 869cc1fCopy full SHA for 869cc1f
.github/workflows/ci.yml
@@ -959,14 +959,21 @@ jobs:
959
mingw-w64-${{matrix.env}}-gcc
960
mingw-w64-${{matrix.env}}-python-pip
961
mingw-w64-${{matrix.env}}-python-numpy
962
- mingw-w64-${{matrix.env}}-python-scipy
963
mingw-w64-${{matrix.env}}-cmake
964
mingw-w64-${{matrix.env}}-make
965
mingw-w64-${{matrix.env}}-python-pytest
966
mingw-w64-${{matrix.env}}-eigen3
967
mingw-w64-${{matrix.env}}-boost
968
mingw-w64-${{matrix.env}}-catch
969
+ - uses: msys2/setup-msys2@v2
970
+ if: matrix.sys == 'mingw64'
971
+ with:
972
+ msystem: ${{matrix.sys}}
973
+ install: >-
974
+ git
975
+ mingw-w64-${{matrix.env}}-python-scipy
976
+
977
- uses: actions/checkout@v4
978
979
- name: Configure C++11
0 commit comments