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
982febdd
"src/vscode:/vscode.git/clone" did not exist on "4af76d0d7d88e54d35aaea6b4e69f59835b1f547"
Commit
982febdd
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
51e85a62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+3
-2
No files found.
.github/workflows/building-conda.yml
View file @
982febdd
...
...
@@ -35,7 +35,7 @@ jobs:
-
name
:
Install Conda packages
run
:
|
conda install conda-build conda-verify anaconda-client --yes
$CONDA/bin/
conda install conda-build conda-verify anaconda-client --yes
-
name
:
Install CUDA ${{ matrix.cuda-version }}
if
:
${{ matrix.cuda-version != 'cpu' }}
...
...
@@ -59,4 +59,5 @@ jobs:
-
name
:
Publish Conda package
run
:
|
$CONDA/bin/anaconda upload -t ${{ secrets.ANACONDA_TOKEN }} $HOME/conda-bld/*/*.tar.bz2
ls -lah $HOME/conda-bld
$CONDA/bin/anaconda upload -t ${{ secrets.ANACONDA_TOKEN }} --label main $HOME/conda-bld/*/*.tar.bz2
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