File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 - name : Pin esmpy to ESMF tag
3131 run : |
3232 set -euo pipefail
33- # VER=$(awk -F= '/^ESMF_VERSION_STRING[[:space:]]*=/{gsub(/[[:space:]]*/,"",$2); print $2}' "$MK")
34- # # Normalize to plain semver if needed (drop anything after first non-semver char)
35- # VER_CLEAN=$(python - "$VER" <<'PY'
36- # import re, sys
37- # #
38- # print(m.group(1) if m else v)
39- # PY
40- # )
33+ # VER=$(awk -F= '/^ESMF_VERSION_STRING[[:space:]]*=/{gsub(/[[:space:]]*/,"",$2); print $2}' "$MK")
34+ # # Normalize to plain semver if needed (drop anything after first non-semver char)
35+ # VER_CLEAN=$(python - "$VER" <<'PY'
36+ #import re, sys
37+ ##
38+ #print(m.group(1) if m else v)
39+ #PY
40+ #)
4141 TAG="v8.9.0"
4242 echo "using ESMPy tag ${TAG}"
4343
You can’t perform that action at this time.
0 commit comments