Commit 1bd23ac8 authored by rusty1s's avatar rusty1s
Browse files

typo

parent f1ff3ddb
...@@ -65,8 +65,6 @@ jobs: ...@@ -65,8 +65,6 @@ jobs:
- PATH=/c/Python37:/c/Python37/Scripts:$PATH - PATH=/c/Python37:/c/Python37/Scripts:$PATH
before_install: before_install:
- choco install python --version 3.7.6 - choco install python --version 3.7.6
- git clone https://github.com/pytorch/vision
- cd vision && python setup.py install
# - name: windows/cu92 # - name: windows/cu92
# os: windows # os: windows
# language: shell # language: shell
...@@ -107,7 +105,9 @@ install: ...@@ -107,7 +105,9 @@ install:
- 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
- pip3 install flake8 - pip3 install flake8
- python3 setup.py install || python setup.py install - git clone https://github.com/pytorch/vision
- cd vision && python setup.py install
# - python3 setup.py install || python setup.py install
script: script:
- flake8 . - flake8 .
......
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