GitHub Actions
Deploy from GitHub Actions
0b52685
raw
history blame contribute delete
146 Bytes
import yaml
def read_params(config_path):
with open(config_path) as yaml_file:
config = yaml.safe_load(yaml_file)
return config