Commit dd3b4a3b authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent 70c264a1
......@@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-16.04] #, macos-10.15, windows-latest]
python-version: [3.8]
os: [ubuntu-16.04, macos-10.15] #, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
torch-version: [1.8.0, 1.9.0]
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
exclude:
......@@ -59,7 +59,6 @@ jobs:
- name: Publish Conda package
run: |
ls -lah $HOME/conda-bld
$CONDA/bin/anaconda upload --label main $HOME/conda-bld/*/*.tar.bz2
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
package:
name: torch-spline-conv
version: 1.1.1
name: pytorch-spline-conv
version: 1.2.1
source:
path: ../..
......@@ -21,7 +21,7 @@ requirements:
build:
string: py{{py}}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script: pip install .
script: python setup.py install
script_env:
- CUDA_HOME
- FORCE_CUDA
......
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