Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-spline-conv
Commits
6d397863
Commit
6d397863
authored
Jun 25, 2021
by
rusty1s
Browse files
update
parent
68eece65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+2
-0
conda/pytorch-spline-conv/meta.yaml
conda/pytorch-spline-conv/meta.yaml
+1
-1
No files found.
.github/workflows/building-conda.yml
View file @
6d397863
...
@@ -36,6 +36,7 @@ jobs:
...
@@ -36,6 +36,7 @@ jobs:
-
name
:
Install Conda packages
-
name
:
Install Conda packages
run
:
|
run
:
|
conda install conda-build conda-verify anaconda-client --yes
conda install conda-build conda-verify anaconda-client --yes
anaconda --help
-
name
:
Install CUDA ${{ matrix.cuda-version }}
-
name
:
Install CUDA ${{ matrix.cuda-version }}
if
:
${{ matrix.cuda-version != 'cpu' }}
if
:
${{ matrix.cuda-version != 'cpu' }}
...
@@ -59,4 +60,5 @@ jobs:
...
@@ -59,4 +60,5 @@ jobs:
-
name
:
Publish Conda package
-
name
:
Publish Conda package
run
:
|
run
:
|
anaconda --help
anaconda upload -t ${{ secrets.ANACONDA_TOKEN }} $HOME/conda-bld/*/*.tar.bz2 --token ${{ secrets.ANACONDA_TOKEN }}
anaconda upload -t ${{ secrets.ANACONDA_TOKEN }} $HOME/conda-bld/*/*.tar.bz2 --token ${{ secrets.ANACONDA_TOKEN }}
conda/pytorch-spline-conv/meta.yaml
View file @
6d397863
...
@@ -21,7 +21,7 @@ requirements:
...
@@ -21,7 +21,7 @@ requirements:
build
:
build
:
string
:
py{{py}}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
string
:
py{{py}}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script
:
p
ython setup.py
install
script
:
p
ip
install
.
script_env
:
script_env
:
-
CUDA_HOME
-
CUDA_HOME
-
FORCE_CUDA
-
FORCE_CUDA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment