Commit e217e8a0 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent eb2daddf
...@@ -28,16 +28,22 @@ jobs: ...@@ -28,16 +28,22 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up conda with Python ${{ matrix.python-version }} - name: Set up Miniconda with Python ${{ matrix.python-version }}
- uses: conda-incubator/setup-miniconda@v2 - uses: conda-incubator/setup-miniconda@v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install CUDA ${{ matrix.cuda-version }} - name: Conda info
if: ${{ matrix.cuda-version != 'cpu' }}
run: | run: |
bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh conda info
conda list
which python
- name: Build conda package # - name: Install CUDA ${{ matrix.cuda-version }}
run: | # if: ${{ matrix.cuda-version != 'cpu' }}
bash .conda/pytorch-spline-conv/build_conda.sh ${{ matrix.torch-version }} ${{ matrix.cuda-version }} # run: |
# bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
# - name: Build Conda package
# run: |
# bash .conda/pytorch-spline-conv/build_conda.sh ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
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