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
05b65402
"examples/sampling/vscode:/vscode.git/clone" did not exist on "018df054f25349e68c14654ea4b01a2db042df8c"
Commit
05b65402
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
f088c6a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+3
-6
No files found.
.github/workflows/building-conda.yml
View file @
05b65402
...
@@ -35,7 +35,7 @@ jobs:
...
@@ -35,7 +35,7 @@ jobs:
-
name
:
Install Conda packages
-
name
:
Install Conda packages
run
:
|
run
:
|
conda install conda-build conda-verify
conda install conda-build conda-verify
anaconda-client
-
name
:
Install CUDA ${{ matrix.cuda-version }}
-
name
:
Install CUDA ${{ matrix.cuda-version }}
if
:
${{ matrix.cuda-version != 'cpu' }}
if
:
${{ matrix.cuda-version != 'cpu' }}
...
@@ -58,8 +58,5 @@ jobs:
...
@@ -58,8 +58,5 @@ jobs:
bash
bash
-
name
:
Publish Conda package
-
name
:
Publish Conda package
uses
:
fcakyon/conda-publish-action@v1.3
run
:
|
with
:
anaconda upload /usr/share/miniconda/conda-bld/*/*.tar.bz2 --token ${{ secrets.ANACONDA_TOKEN }}
subdir
:
'
conda'
anacondatoken
:
${{ secrets.ANACONDA_TOKEN }}
platforms
:
'
win
osx
linux'
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