Skip to content

Commit 22357f9

Browse files
committed
Merge branch 'main' into fix_validate_memory
# Conflicts: # CHANGELOG.md
2 parents c3c58be + ae0e87d commit 22357f9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Add basic CI/CD test and build status badges to README. (PR #182, @brews)
810
### Fixed
911
- Fix dodola validate-dataset OOM on small workers without dask-distributed. (PR #181, @brews)
1012

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Test](https://github.com/ClimateImpactLab/dodola/actions/workflows/test.yaml/badge.svg)](https://github.com/ClimateImpactLab/dodola/actions/workflows/test.yaml)
2+
[![Build](https://github.com/ClimateImpactLab/dodola/actions/workflows/buildpush.yaml/badge.svg)](https://github.com/ClimateImpactLab/dodola/actions/workflows/buildpush.yaml)
3+
14
# dodola
25

36
Containerized application for running the steps in a larger, orchestrated CMIP6 bias-correction and downscaling workflow.

0 commit comments

Comments
 (0)