We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2aac98 commit 6824212Copy full SHA for 6824212
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [ubuntu-latest]
16
gcc_v: [7,8,9] # Version of GFortran we want to use.
17
- python-version: [3.7]
+ python-version: [3.6]
18
env:
19
FC: gfortran-${{ matrix.gcc_v }}
20
GCC_V: ${{ matrix.gcc_v }}
src/tests/jf_test_30.F90
@@ -21,6 +21,7 @@ subroutine test_30(error_cnt)
21
implicit none
22
23
integer,intent(out) :: error_cnt
24
+
25
type(json_file) :: json
26
type(json_core) :: json_c
27
integer :: i
0 commit comments