Commit 36306159 authored by rusty1s's avatar rusty1s
Browse files

[ci skip]

parent 4f208e87
......@@ -61,17 +61,6 @@ jobs:
- name: Build Conda package for GPU
if: ${{ matrix.cuda-version != 'cpu' }}
run: |
echo /usr/share/miniconda/envs/test
echo "-----------"
echo /usr/share/miniconda/envs/test/lib
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8/site-packages
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8/site-packages/torch
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8/site-packages/torch/lib
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
./conda/pytorch-spline-conv/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell:
......
......@@ -30,4 +30,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
echo "- $CONDA_PYTORCH_CONSTRAINT"
echo "- $CONDA_CUDATOOLKIT_CONSTRAINT"
conda build . -c defaults -c nvidia -c pytorch -c conda-forge --output-folder "$HOME/conda-bld"
conda build . -c nvidia -c pytorch -c default -c conda-forge --output-folder "$HOME/conda-bld"
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