"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "41424466e36163e4f602cf54075166b861910c6f"
Commit 001b6031 authored by rusty1s's avatar rusty1s
Browse files

removed macos

parent dc7306bc
...@@ -13,24 +13,6 @@ jobs: ...@@ -13,24 +13,6 @@ jobs:
env: env:
- CC=gcc-5 - CC=gcc-5
- CXX=g++-5 - CXX=g++-5
- os: osx
language: sh
before_cache:
- brew cleanup
cache:
directories:
- $HOME/Library/Caches/Homebrew
- /usr/local/Homebrew
addons:
homebrew:
packages: python3
before_install:
- python3 -m pip install --upgrade virtualenv
- virtualenv -p python3 --system-site-packages "$HOME/venv"
- source "$HOME/venv/bin/activate"
env:
- CC=clang
- CXX=clang++
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