Commit dc746d85 authored by rusty1s's avatar rusty1s
Browse files

dont use ninja [ci-deploy]

parent 3b943ffb
...@@ -8,8 +8,6 @@ os: ...@@ -8,8 +8,6 @@ os:
env: env:
global: global:
- CUDA_HOME=/usr/local/cuda - CUDA_HOME=/usr/local/cuda
- MAX_JOBS=2
jobs: jobs:
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cpu - TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cpu
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu92 - TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu92
......
...@@ -76,7 +76,8 @@ setup( ...@@ -76,7 +76,8 @@ setup(
tests_require=tests_require, tests_require=tests_require,
ext_modules=get_extensions() if not BUILD_DOCS else [], ext_modules=get_extensions() if not BUILD_DOCS else [],
cmdclass={ cmdclass={
'build_ext': BuildExtension.with_options(no_python_abi_suffix=True) 'build_ext':
BuildExtension.with_options(no_python_abi_suffix=True, use_ninja=False)
}, },
packages=find_packages(), packages=find_packages(),
) )
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