Commit d5549cc0 authored by rusty1s's avatar rusty1s
Browse files

no pip upgrade

parent 99ff151a
...@@ -99,7 +99,6 @@ jobs: ...@@ -99,7 +99,6 @@ jobs:
install: install:
- if [ "${TRAVIS_OS_NAME}" = "windows" ]; then alias python3=python; fi - if [ "${TRAVIS_OS_NAME}" = "windows" ]; then alias python3=python; fi
- pip3 install --upgrade --user pip
- source install.sh - source install.sh
- pip3 install numpy - pip3 install numpy
- pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html - pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment