Skip to content

Commit dec287e

Browse files
authored
Merge pull request #56 from ACCESS-NRI/ci-config-for-dev
Add checksum_slow to default repro checks
2 parents 25ce581 + 7a64bab commit dec287e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/ci.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"reproducibility": {
99
"default": {
10-
"markers": "checksum"
10+
"markers": "checksum or checksum_slow"
1111
}
1212
},
1313
"qa": {
@@ -16,8 +16,8 @@
1616
}
1717
},
1818
"default": {
19-
"model-config-tests-version": "0.0.9",
19+
"model-config-tests-version": "main",
2020
"python-version": "3.11.0",
21-
"payu-version": "1.1.5"
21+
"payu-version": "dev"
2222
}
2323
}

0 commit comments

Comments
 (0)