Skip to content
Snippets Groups Projects
Commit 7349dbb4 authored by Ray Garcia's avatar Ray Garcia :scream_cat:
Browse files

add ssl test for pyproj

parent 0ceab52d
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,10 @@ elif test ! -e /usr/lib64/libcrypt.so.1; then
fi
./python3 -c 'from urllib import request as req; txt = req.urlopen("https://www.ssec.wisc.edu").read(); print(len(txt) > 0)'
./python3 - <<EOF
try:
import pyproj
except ModuleNotFoundError:
pass
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment