Skip to content

Commit bb8a794

Browse files
committed
Change install_mingw64_only → extra_install
1 parent 25b4c33 commit bb8a794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,10 +1021,10 @@ jobs:
10211021
include:
10221022
- sys: mingw32
10231023
env: i686
1024-
install_mingw64_only: ""
1024+
extra_install: ""
10251025
- sys: mingw64
10261026
env: x86_64
1027-
install_mingw64_only: |
1027+
extra_install: |
10281028
mingw-w64-x86_64-python-numpy
10291029
mingw-w64-x86_64-python-scipy
10301030
mingw-w64-x86_64-eigen3
@@ -1041,7 +1041,7 @@ jobs:
10411041
mingw-w64-${{matrix.env}}-python-pytest
10421042
mingw-w64-${{matrix.env}}-boost
10431043
mingw-w64-${{matrix.env}}-catch
1044-
${{ matrix.install_mingw64_only }}
1044+
${{ matrix.extra_install }}
10451045
10461046
- uses: actions/checkout@v4
10471047

0 commit comments

Comments
 (0)