Commit 62db8977 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent f201c9c8
...@@ -17,6 +17,9 @@ if os.getenv('FORCE_ONLY_CUDA', '0') == '1': ...@@ -17,6 +17,9 @@ if os.getenv('FORCE_ONLY_CUDA', '0') == '1':
if os.getenv('FORCE_ONLY_CPU', '0') == '1': if os.getenv('FORCE_ONLY_CPU', '0') == '1':
suffices = ['cpu'] suffices = ['cpu']
print('FORCE_CUDA', os.getenv('FORCE_CUDA'))
print('SUFFICS', suffices)
BUILD_DOCS = os.getenv('BUILD_DOCS', '0') == '1' BUILD_DOCS = os.getenv('BUILD_DOCS', '0') == '1'
......
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