Skip to content

Commit 99d31af

Browse files
committed
Install fypp from msys2 package
1 parent 88f754b commit 99d31af

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci_windows.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
mingw-w64-${{ matrix.arch }}-gcc
3535
mingw-w64-${{ matrix.arch }}-gcc-fortran
3636
mingw-w64-${{ matrix.arch }}-python
37-
mingw-w64-${{ matrix.arch }}-python-pip
37+
mingw-w64-${{ matrix.arch }}-python-fypp
3838
mingw-w64-${{ matrix.arch }}-python-setuptools
3939
mingw-w64-${{ matrix.arch }}-cmake
4040
mingw-w64-${{ matrix.arch }}-ninja
@@ -50,14 +50,10 @@ jobs:
5050
mingw-w64-x86_64-gcc
5151
mingw-w64-x86_64-gcc-fortran
5252
python
53-
python-pip
53+
mingw-w64-x86_64-python-fypp
5454
cmake
5555
ninja
5656
57-
- name: Install fypp
58-
run: pip install fypp
59-
60-
6157
- run: >-
6258
PATH=$PATH:/mingw64/bin/ cmake
6359
-Wdev

0 commit comments

Comments
 (0)