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
92b8a949
Commit
92b8a949
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
0660ae01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+4
-0
No files found.
.github/workflows/building-conda.yml
View file @
92b8a949
...
@@ -33,11 +33,15 @@ jobs:
...
@@ -33,11 +33,15 @@ jobs:
-
name
:
Install Conda packages
-
name
:
Install Conda packages
run
:
|
run
:
|
$CONDA/bin/conda install conda-build conda-verify anaconda-client --yes
$CONDA/bin/conda install conda-build conda-verify anaconda-client --yes
shell
:
bash
-
name
:
Install CUDA ${{ matrix.cuda-version }}
-
name
:
Install CUDA ${{ matrix.cuda-version }}
if
:
${{ matrix.cuda-version != 'cpu' }}
if
:
${{ matrix.cuda-version != 'cpu' }}
run
:
|
run
:
|
bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
shell
:
bash
-
name
:
Build Conda package for CPU
-
name
:
Build Conda package for CPU
if
:
${{ matrix.cuda-version == 'cpu' }}
if
:
${{ matrix.cuda-version == 'cpu' }}
...
...
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