Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Nov 26, 2021
1 parent 033bc82 commit b8385f9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b8385f9

Please sign in to comment.