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 88f754b commit 99d31afCopy full SHA for 99d31af
.github/workflows/ci_windows.yml
@@ -34,7 +34,7 @@ jobs:
34
mingw-w64-${{ matrix.arch }}-gcc
35
mingw-w64-${{ matrix.arch }}-gcc-fortran
36
mingw-w64-${{ matrix.arch }}-python
37
- mingw-w64-${{ matrix.arch }}-python-pip
+ mingw-w64-${{ matrix.arch }}-python-fypp
38
mingw-w64-${{ matrix.arch }}-python-setuptools
39
mingw-w64-${{ matrix.arch }}-cmake
40
mingw-w64-${{ matrix.arch }}-ninja
@@ -50,14 +50,10 @@ jobs:
50
mingw-w64-x86_64-gcc
51
mingw-w64-x86_64-gcc-fortran
52
python
53
- python-pip
+ mingw-w64-x86_64-python-fypp
54
cmake
55
ninja
56
57
- - name: Install fypp
58
- run: pip install fypp
59
-
60
61
- run: >-
62
PATH=$PATH:/mingw64/bin/ cmake
63
-Wdev
0 commit comments