Commit f201c9c8 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent 365b7df7
......@@ -38,10 +38,10 @@ jobs:
conda install conda-build
conda install conda-verify
# - name: Install CUDA ${{ matrix.cuda-version }}
# if: ${{ matrix.cuda-version != 'cpu' }}
# run: |
# bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
- name: Install CUDA ${{ matrix.cuda-version }}
if: ${{ matrix.cuda-version != 'cpu' }}
run: |
bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
- name: Build Conda package
run: |
......
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