Skip to content

Commit 330aae5

Browse files
authored
Remove mingw-w64-i686-python-numpy from mingw32 build (it does not seem to exist anymore). (#5445)
Last successful: Sat, 16 Nov 2024 18:25:21 GMT First failure: Sat, 16 Nov 2024 21:43:28 GMT ``` Installing additional packages through pacman... C:\Windows\system32\cmd.exe /D /S /C D:\a\_temp\setup-msys2\msys2.cmd -c "'pacman' '--noconfirm' '-S' '--needed' '--overwrite' '*' 'git' 'mingw-w64-i686-gcc' 'mingw-w64-i686-python-pip' 'mingw-w64-i686-python-numpy' 'mingw-w64-i686-cmake' 'mingw-w64-i686-make' 'mingw-w64-i686-python-pytest' 'mingw-w64-i686-boost' 'mingw-w64-i686-catch'" error: target not found: mingw-w64-i686-python-numpy Error: The process 'C:\Windows\system32\cmd.exe' failed with exit code 1 ```
1 parent f41dae3 commit 330aae5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,6 @@ jobs:
10191019
git
10201020
mingw-w64-${{matrix.env}}-gcc
10211021
mingw-w64-${{matrix.env}}-python-pip
1022-
mingw-w64-${{matrix.env}}-python-numpy
10231022
mingw-w64-${{matrix.env}}-cmake
10241023
mingw-w64-${{matrix.env}}-make
10251024
mingw-w64-${{matrix.env}}-python-pytest
@@ -1031,7 +1030,7 @@ jobs:
10311030
with:
10321031
msystem: ${{matrix.sys}}
10331032
install: >-
1034-
git
1033+
mingw-w64-${{matrix.env}}-python-numpy
10351034
mingw-w64-${{matrix.env}}-python-scipy
10361035
mingw-w64-${{matrix.env}}-eigen3
10371036

0 commit comments

Comments
 (0)