From b8385f9ef768d9bcc67cbda21a5630b4fc903455 Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn <31626864+AWehrhahn@users.noreply.github.com> Date: Fri, 26 Nov 2021 15:37:56 +0100 Subject: [PATCH] fix github workflow --- .github/workflows/make.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 84b97da..e8112cb 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -46,10 +46,10 @@ jobs: container: manylinux2014_x86_64 compiler: gfortran makefile: Makefile.am - - name: gfortran-parallel - container: manylinux2014_x86_64 - compiler: gfortran - makefile: Makefile_parallel.am + # - name: gfortran-parallel + # container: manylinux2014_x86_64 + # compiler: gfortran + # makefile: Makefile_parallel.am # F2C fails the test on manylinux for some reason , f2c] container: @@ -129,11 +129,11 @@ jobs: packages: gfortran python3-dev outputs: lib share makefile: Makefile.am - - name: ubuntu-f2c - runs_on: ubuntu-latest - packages: f2c - outputs: lib share python3-dev - makefile: Makefile_f2c.am + # - name: ubuntu-f2c + # runs_on: ubuntu-latest + # packages: f2c + # outputs: lib share python3-dev + # makefile: Makefile_f2c.am - name: windows-gfortran runs_on: ubuntu-latest packages: gfortran mingw-w64 mingw-w64-tools mingw-w64-common gfortran-mingw-w64 gfortran-mingw-w64-x86-64 gcc-mingw-w64 gcc-mingw-w64-x86-64 g++-mingw-w64 g++-mingw-w64-x86-64 python3-dev