Commit f201c9c8 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent 365b7df7
...@@ -38,10 +38,10 @@ jobs: ...@@ -38,10 +38,10 @@ jobs:
conda install conda-build conda install conda-build
conda install conda-verify conda install conda-verify
# - 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
- name: Build Conda package - name: Build Conda package
run: | 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