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

[skip ci] build conda

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