Skip to content

Commit 3cd4c0c

Browse files
committed
Drop version check
1 parent 96b4150 commit 3cd4c0c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

devtools/install_crest.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ else
4747
CREST_LISTER="conda list -n crest_env"
4848
fi
4949

50-
if ! $CREST_LISTER crest 2>/dev/null | awk 'NR>2 {print $2; exit}' | grep -q "^2\\.12$"; then
51-
echo "❌ CREST package mismatch in crest_env (expected 2.12)."
52-
exit 1
53-
fi
54-
5550
if $CREST_RUNNER crest --version &> /dev/null; then
5651
version_output=$($CREST_RUNNER crest --version 2>&1)
5752
echo "$version_output"

0 commit comments

Comments
 (0)