Skip to content

Commit

Permalink
Test CI without RUN=run
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jul 16, 2024
1 parent f1d3970 commit 9ea4ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/applications/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def source_configs(self, run: str = "gfs", log: bool = True) -> Dict[str, Any]:
files += [f'config.{config}']

print(f'sourcing config.{config}') if log else 0
configs[config] = self.conf.parse_config(files, RUN=run)
configs[config] = self.conf.parse_config(files)#, RUN=run)

return configs

Expand Down

0 comments on commit 9ea4ea3

Please sign in to comment.