"models/vscode:/vscode.git/clone" did not exist on "f4ee3498b325ae0b2dbb4e4f7b7a3294a6185113"
Commit 14343e37 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent 2da00a7e
......@@ -40,7 +40,7 @@ jobs:
run: |
conda install conda-build conda-verify anaconda-client --yes
shell:
bash
bash - l {0}
- name: Install CUDA ${{ matrix.cuda-version }}
if: ${{ matrix.cuda-version != 'cpu' }}
......@@ -54,7 +54,7 @@ jobs:
run: |
FORCE_CUDA=0 ./conda/pytorch-spline-conv/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell:
bash
bash -l {0}
- name: Build Conda package for GPU
if: ${{ matrix.cuda-version != 'cpu' }}
......@@ -62,7 +62,7 @@ jobs:
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
FORCE_CUDA=1 ./conda/pytorch-spline-conv/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell:
bash
bash -l {0}
# - name: Publish 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