Commit b91bad24 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 353569d3
......@@ -29,8 +29,8 @@ build:
script: python setup.py install
script_env:
- FORCE_CUDA
- WITH_METIS=0
# preserve_egg_dir: True
# - WITH_METIS=0
preserve_egg_dir: True
test:
imports:
......
......@@ -23,6 +23,7 @@ BUILD_DOCS = os.getenv('BUILD_DOCS', '0') == '1'
WITH_METIS = True if os.getenv('WITH_METIS', '0') == '1' else False
WITH_MTMETIS = True if os.getenv('WITH_MTMETIS', '0') == '1' else False
WITH_METIS = False
def get_extensions():
......
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