Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Jul 22, 2021
1 parent 6f7af4f commit 27fef97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
- name: gfortran
container: manylinux2014_x86_64
compiler: gfortran
makefile: Makefile.am
makefile: Makefile_sequential.am
- name: gfortran-parallel
container: manylinux2014_x86_64
compiler: gfortran
makefile: Makefile_parallel.am
makefile: Makefile.am
# F2C fails the test on manylinux for some reason , f2c]

container:
Expand Down

0 comments on commit 27fef97

Please sign in to comment.