Skip to content

Commit 6824212

Browse files
committed
try python 3.6 in CI
1 parent c2aac98 commit 6824212

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
gcc_v: [7,8,9] # Version of GFortran we want to use.
17-
python-version: [3.7]
17+
python-version: [3.6]
1818
env:
1919
FC: gfortran-${{ matrix.gcc_v }}
2020
GCC_V: ${{ matrix.gcc_v }}

src/tests/jf_test_30.F90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ subroutine test_30(error_cnt)
2121
implicit none
2222

2323
integer,intent(out) :: error_cnt
24+
2425
type(json_file) :: json
2526
type(json_core) :: json_c
2627
integer :: i

0 commit comments

Comments
 (0)