Skip to content

Commit cde6ef6

Browse files
committed
fix pytest
1 parent 62d5113 commit cde6ef6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pytest.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)