Skip to content

Commit c7a6070

Browse files
certikjvdp1
authored andcommitted
Install fypp on Windows (#5)
1 parent 7d9b916 commit c7a6070

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_windows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v1
1717

18+
- name: Install fypp
19+
run: pip install fypp
20+
1821
- run: cmake -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" -Wdev -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
1922

2023
env:

0 commit comments

Comments
 (0)