Skip to content

Commit 76f3b89

Browse files
Tim Ohligertimohl
Tim Ohliger
authored andcommitted
Revert mingw CI to install some test requirements using setup-msys2
1 parent f04d790 commit 76f3b89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,7 @@ jobs:
10001000
mingw-w64-${{matrix.env}}-python-pip
10011001
mingw-w64-${{matrix.env}}-cmake
10021002
mingw-w64-${{matrix.env}}-make
1003+
mingw-w64-${{matrix.env}}-python-pytest
10031004
mingw-w64-${{matrix.env}}-boost
10041005
mingw-w64-${{matrix.env}}-catch
10051006
@@ -1008,6 +1009,8 @@ jobs:
10081009
with:
10091010
msystem: ${{matrix.sys}}
10101011
install: >-
1012+
mingw-w64-${{matrix.env}}-python-numpy
1013+
mingw-w64-${{matrix.env}}-python-scipy
10111014
mingw-w64-${{matrix.env}}-eigen3
10121015
10131016
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)