Commit 92b8a949 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent 0660ae01
......@@ -33,11 +33,15 @@ jobs:
- name: Install Conda packages
run: |
$CONDA/bin/conda install conda-build conda-verify anaconda-client --yes
shell:
bash
- name: Install CUDA ${{ matrix.cuda-version }}
if: ${{ matrix.cuda-version != 'cpu' }}
run: |
bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
shell:
bash
- name: Build Conda package for CPU
if: ${{ matrix.cuda-version == 'cpu' }}
......
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