"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "ed3c1ebd46d184536cb665c54c92eb8895991ea1"
Commit 335feb16 authored by rusty1s's avatar rusty1s
Browse files

windows fix

parent 74a55812
...@@ -48,20 +48,17 @@ jobs: ...@@ -48,20 +48,17 @@ jobs:
# env: FORCE_CUDA=0 TORCH=${TORCH_VERSION} # env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
install: install:
- python3 --version
- python --version
- pip3 install --upgrade pip - pip3 install --upgrade 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
- python3 -c "import torch; print(torch.__version__)"
- pip3 install flake8 - pip3 install flake8
- pip3 install twine cibuildwheel - pip3 install twine cibuildwheel
- python3 setup.py install || python setup.py install - python3 setup.py install || python setup.py install
script: script:
- flake8 . - flake8 .
- python3 setup.py test - python3 setup.py test || python setup.py install
- python3 -m cibuildwheel --output-dir wheelhouse - python3 -m cibuildwheel --output-dir wheelhouse
- ls wheelhouse - ls wheelhouse
notifications: notifications:
......
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