Skip to content

Commit

Permalink
Only use msys2 packages, remove pip
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Aug 1, 2024
1 parent fed6ea6 commit e1aceca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mingw-w64-${{ matrix.arch }}-gcc
mingw-w64-${{ matrix.arch }}-gcc-fortran
mingw-w64-${{ matrix.arch }}-python
mingw-w64-${{ matrix.arch }}-python-pip
mingw-w64-${{ matrix.arch }}-python-fypp
mingw-w64-${{ matrix.arch }}-python-setuptools
mingw-w64-${{ matrix.arch }}-cmake
mingw-w64-${{ matrix.arch }}-ninja
Expand All @@ -51,16 +51,11 @@ jobs:
mingw-w64-x86_64-gcc
mingw-w64-x86_64-gcc-fortran
python
python-pip
mingw-w64-x86_64-python-fypp
cmake
ninja
mingw-w64-x86_64-minizip-ng
- name: Install fypp (MinGW)
if: contains(matrix.msystem, 'MINGW')
run: pip install fypp

- run: >-
PATH=$PATH:/mingw64/bin/ cmake
-Wdev
Expand Down
3 changes: 0 additions & 3 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ copyright = "2019-2021 stdlib contributors"
test-drive.git = "https://github.com/fortran-lang/test-drive"
test-drive.tag = "v0.4.0"

[build]
link = ["minizip-ng"]

[preprocess]
[preprocess.cpp]
suffixes = [".F90", ".f90"]
Expand Down

0 comments on commit e1aceca

Please sign in to comment.