Skip to content

Commit

Permalink
fix pylint issue, update github workflow esmf version
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jul 22, 2021
1 parent b1d1e50 commit c632e8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
CXX: mpicxx
CPPFLAGS: "-I/usr/include -I/usr/local/include"
# Versions of all dependencies can be updated here
ESMF_VERSION: ESMF_8_1_0_beta_snapshot_47
ESMF_VERSION: ESMF_8_2_0_beta_snapshot_14
PNETCDF_VERSION: pnetcdf-1.12.2
NETCDF_FORTRAN_VERSION: v4.5.2
# PIO version is awkward
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ install:
- pip install pylint

python:
- '2.7'
- '3.6'
- '3.7'
- '3.8'
- '3.9'

branches:
only:
Expand Down
1 change: 1 addition & 0 deletions cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def _create_drv_namelists(case, infile, confdir, nmlgen, files):
ocn_grid = case.get_value('OCN_GRID')
rof_grid = case.get_value('ROF_GRID')
wav_grid = case.get_value('WAV_GRID')
#pylint: disable=unused-variable
glc_grid = case.get_value('GLC_GRID')

config['atm_grid'] = atm_grid
Expand Down

0 comments on commit c632e8a

Please sign in to comment.