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
1b3bd157
Commit
1b3bd157
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
14343e37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+9
-6
conda/pytorch-spline-conv/meta.yaml
conda/pytorch-spline-conv/meta.yaml
+0
-1
No files found.
.github/workflows/building-conda.yml
View file @
1b3bd157
...
...
@@ -38,7 +38,7 @@ jobs:
-
name
:
Install Conda packages
run
:
|
conda install conda-build conda-verify
anaconda-client
--yes
conda install conda-build conda-verify --yes
shell
:
bash - l {0}
...
...
@@ -64,8 +64,11 @@ jobs:
shell
:
bash -l {0}
# - name: Publish Conda package
# run: |
# $CONDA/bin/anaconda upload --label main $HOME/conda-bld/*/*.tar.bz2
# env:
# ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
-
name
:
Publish Conda package
run
:
|
conda install anaconda-client --yes
anaconda upload --force --label main $HOME/conda-bld/*/*.tar.bz2
env
:
ANACONDA_API_TOKEN
:
${{ secrets.ANACONDA_TOKEN }}
shell
:
bash -l {0}
conda/pytorch-spline-conv/meta.yaml
View file @
1b3bd157
...
...
@@ -20,7 +20,6 @@ build:
string
:
py{{ environ.get('PYTHON_VERSION').replace('.', '') }}_torch_{{ environ['TORCH_VERSION'] }}_{{ environ['CUDA_VERSION'] }}
script
:
python setup.py install
script_env
:
-
CUDA_HOME
-
FORCE_CUDA
test
:
...
...
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