We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82bec0b + c6ef5e3 commit f5963caCopy full SHA for f5963ca
.buildkite/pipeline.yml
@@ -15,12 +15,6 @@ steps:
15
- label: "initialize"
16
key: "init_cpu_env"
17
command:
18
- - |
19
- if [ -n "$$CLEAR_DEPOT" ]; then
20
- echo "--- Clearing depot"
21
- rm -rf ${JULIA_DEPOT_PATH}
22
- fi
23
-
24
- echo "--- Check that ClimaCore is developed in Manifest"
25
- julia --check-bounds=yes -e 'using TOML; @assert TOML.parsefile(".buildkite/Manifest.toml")["deps"]["ClimaCore"][1]["path"] == ".."'
26
Project.toml
@@ -73,7 +73,7 @@ RecursiveArrayTools = "3.2"
73
RootSolvers = "0.3, 0.4, 1.0"
74
SafeTestsets = "0.1"
75
SparseArrays = "1"
76
-StaticArrays = "1.6"
+StaticArrays = "1.9.8"
77
Statistics = "1"
78
StatsBase = "0.34"
79
TerminalLoggers = "0.1"
0 commit comments