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 f04d790 commit 76f3b89Copy full SHA for 76f3b89
.github/workflows/ci.yml
@@ -1000,6 +1000,7 @@ jobs:
1000
mingw-w64-${{matrix.env}}-python-pip
1001
mingw-w64-${{matrix.env}}-cmake
1002
mingw-w64-${{matrix.env}}-make
1003
+ mingw-w64-${{matrix.env}}-python-pytest
1004
mingw-w64-${{matrix.env}}-boost
1005
mingw-w64-${{matrix.env}}-catch
1006
@@ -1008,6 +1009,8 @@ jobs:
1008
1009
with:
1010
msystem: ${{matrix.sys}}
1011
install: >-
1012
+ mingw-w64-${{matrix.env}}-python-numpy
1013
+ mingw-w64-${{matrix.env}}-python-scipy
1014
mingw-w64-${{matrix.env}}-eigen3
1015
1016
- uses: actions/checkout@v4
0 commit comments