Skip to content

Commit

Permalink
Maybe this will help installing numpy correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenkaF committed Feb 27, 2023
1 parent b1b776d commit 9743842
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/scripts/install_numpy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@

set -e

if [ "$#" -lt 1 ]; then
echo "Usage: $0 <optional numpy version = latest>"
exit 1
fi

numpy=${1:-"latest"}

if [ "${numpy}" = "latest" ]; then
Expand Down

0 comments on commit 9743842

Please sign in to comment.