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
dd3b4a3b
Commit
dd3b4a3b
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
70c264a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+2
-3
conda/pytorch-spline-conv/meta.yaml
conda/pytorch-spline-conv/meta.yaml
+3
-3
No files found.
.github/workflows/building-conda.yml
View file @
dd3b4a3b
...
@@ -10,8 +10,8 @@ jobs:
...
@@ -10,8 +10,8 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
os
:
[
ubuntu-16.04
]
#
, macos-10.15, windows-latest]
os
:
[
ubuntu-16.04
,
macos-10.15
]
#
, windows-latest]
python-version
:
[
3.
8
]
python-version
:
[
3.
6
,
3.7
,
3.8
,
3.9
]
torch-version
:
[
1.8.0
,
1.9.0
]
torch-version
:
[
1.8.0
,
1.9.0
]
cuda-version
:
[
'
cpu'
,
'
cu101'
,
'
cu102'
,
'
cu111'
]
cuda-version
:
[
'
cpu'
,
'
cu101'
,
'
cu102'
,
'
cu111'
]
exclude
:
exclude
:
...
@@ -59,7 +59,6 @@ jobs:
...
@@ -59,7 +59,6 @@ jobs:
-
name
:
Publish Conda package
-
name
:
Publish Conda package
run
:
|
run
:
|
ls -lah $HOME/conda-bld
$CONDA/bin/anaconda upload --label main $HOME/conda-bld/*/*.tar.bz2
$CONDA/bin/anaconda upload --label main $HOME/conda-bld/*/*.tar.bz2
env
:
env
:
ANACONDA_API_TOKEN
:
${{ secrets.ANACONDA_TOKEN }}
ANACONDA_API_TOKEN
:
${{ secrets.ANACONDA_TOKEN }}
conda/pytorch-spline-conv/meta.yaml
View file @
dd3b4a3b
package
:
package
:
name
:
torch-spline-conv
name
:
py
torch-spline-conv
version
:
1.
1
.1
version
:
1.
2
.1
source
:
source
:
path
:
../..
path
:
../..
...
@@ -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
ip
install
.
script
:
p
ython setup.py
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