Commit 7c5a630c authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent 6d397863
......@@ -36,7 +36,7 @@ jobs:
- name: Install Conda packages
run: |
conda install conda-build conda-verify anaconda-client --yes
anaconda --help
$CONDA/anaconda --help
- name: Install CUDA ${{ matrix.cuda-version }}
if: ${{ matrix.cuda-version != 'cpu' }}
......
......@@ -17,9 +17,6 @@ if os.getenv('FORCE_ONLY_CUDA', '0') == '1':
if os.getenv('FORCE_ONLY_CPU', '0') == '1':
suffices = ['cpu']
print('FORCE_CUDA', os.getenv('FORCE_CUDA'))
print('SUFFICS', suffices)
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