Commit 2531ac26 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent 46266f8b
...@@ -3,7 +3,7 @@ package: ...@@ -3,7 +3,7 @@ package:
version: 1.1.1 version: 1.1.1
source: source:
git_url: https://github.com/rusty1s/pytorch_spline_conv.git path: ../..
requirements: requirements:
host: host:
...@@ -22,7 +22,9 @@ requirements: ...@@ -22,7 +22,9 @@ requirements:
build: build:
string: py{{py}}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }} string: py{{py}}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script: python setup.py install script: python setup.py install
# script: pip install . script_env:
- FORCE_CUDA
- FORCE_ONLY_CPU
test: test:
imports: imports:
......
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