Skip to content

Commit e1aceca

Browse files
committed
Only use msys2 packages, remove pip
1 parent fed6ea6 commit e1aceca

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 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
@@ -51,16 +51,11 @@ jobs:
5151
mingw-w64-x86_64-gcc
5252
mingw-w64-x86_64-gcc-fortran
5353
python
54-
python-pip
5554
mingw-w64-x86_64-python-fypp
5655
cmake
5756
ninja
5857
mingw-w64-x86_64-minizip-ng
5958
60-
- name: Install fypp (MinGW)
61-
if: contains(matrix.msystem, 'MINGW')
62-
run: pip install fypp
63-
6459
- run: >-
6560
PATH=$PATH:/mingw64/bin/ cmake
6661
-Wdev

fpm.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ copyright = "2019-2021 stdlib contributors"
99
test-drive.git = "https://github.com/fortran-lang/test-drive"
1010
test-drive.tag = "v0.4.0"
1111

12-
[build]
13-
link = ["minizip-ng"]
14-
1512
[preprocess]
1613
[preprocess.cpp]
1714
suffixes = [".F90", ".f90"]

0 commit comments

Comments
 (0)