Commit fb337055 authored by rusty1s's avatar rusty1s
Browse files

add alias

parent fae0dabe
...@@ -22,6 +22,9 @@ jobs: ...@@ -22,6 +22,9 @@ jobs:
- MACOSX_DEPLOYMENT_TARGET=10.9 - MACOSX_DEPLOYMENT_TARGET=10.9
- CC=clang - CC=clang
- CXX=clang++ - CXX=clang++
before_install:
- alias pip=pip3
- alias python=python3
install: install:
- pip install numpy - pip install numpy
- pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html - pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.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