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 25b4c33 commit bb8a794Copy full SHA for bb8a794
.github/workflows/ci.yml
@@ -1021,10 +1021,10 @@ jobs:
1021
include:
1022
- sys: mingw32
1023
env: i686
1024
- install_mingw64_only: ""
+ extra_install: ""
1025
- sys: mingw64
1026
env: x86_64
1027
- install_mingw64_only: |
+ extra_install: |
1028
mingw-w64-x86_64-python-numpy
1029
mingw-w64-x86_64-python-scipy
1030
mingw-w64-x86_64-eigen3
@@ -1041,7 +1041,7 @@ jobs:
1041
mingw-w64-${{matrix.env}}-python-pytest
1042
mingw-w64-${{matrix.env}}-boost
1043
mingw-w64-${{matrix.env}}-catch
1044
- ${{ matrix.install_mingw64_only }}
+ ${{ matrix.extra_install }}
1045
1046
- uses: actions/checkout@v4
1047
0 commit comments