Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0ad6cf8b authored by hhakim's avatar hhakim
Browse files

Minor fix in URL parsing of wheel package in conda pkg building script.

parent 0c15037d
Branches
Tags 3.28.2
No related merge requests found
Pipeline #834085 skipped
......@@ -90,7 +90,7 @@ fi
##### FIRST STEP: find the python wheel package URL on pypi.org
WHL_URL=$(curl $PYPI_FILES_URL | sed -ne 's/.*"\([^"]\{1,\}\.whl\)".*/\1/p' | grep $SYSTEM | grep $PYVER_NODOT)
WHL_URL=$(curl $PYPI_FILES_URL | sed -ne 's/.*"\([^"]\{1,\}\.whl\)".*/\1/p' | grep $SYSTEM | grep cp$PYVER_NODOT)
[[ -z "$WHL_URL" ]] && echo "No wheel package found on pypi.org for the system $SYSTEM_ERROR and the python version $PYVER" && exit 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment