Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Jan 14, 2020
1 parent 7cd2b8c commit ed746c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manywheel/build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ python setup.py clean
retry pip install -qr requirements.txt
if [[ "$DESIRED_PYTHON" == "cp37-cp37m" ]]; then
retry pip install -q numpy==1.15
if [[ "$DESIRED_PYTHON" == "cp38-cp38" ]]; then
elif [[ "$DESIRED_PYTHON" == "cp38-cp38" ]]; then
retry pip install -q numpy==1.15
else
retry pip install -q numpy==1.11
Expand Down

0 comments on commit ed746c2

Please sign in to comment.