Skip to content

Commit 53acb3f

Browse files
Pin DiskArrays to fix ClimaCoreTempestRemap CI (#2188)
1 parent c19162a commit 53acb3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ClimaCoreTempestRemap/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
88
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
99
CommonDataModel = "1fbeeb36-5f17-413c-809b-666fb144f157"
1010
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
11+
DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
1112
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1213
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
1314
PkgVersion = "eebad327-c553-4316-9ea0-9fa01ccd7688"
@@ -18,6 +19,7 @@ ClimaComms = "0.5, 0.6"
1819
ClimaCore = "0.11, 0.12, 0.13, 0.14"
1920
CommonDataModel = "0.2, 0.3"
2021
Dates = "1"
22+
DiskArrays = "<0.4.9" # NCDatasets v0.14.6 does not work with DiskArrays v0.4.9
2123
LinearAlgebra = "1"
2224
NCDatasets = "0.11, 0.12, 0.13, 0.14"
2325
PkgVersion = "0.1, 0.2, 0.3"

0 commit comments

Comments
 (0)