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
14343e37
Commit
14343e37
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
2da00a7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+3
-3
No files found.
.github/workflows/building-conda.yml
View file @
14343e37
...
...
@@ -40,7 +40,7 @@ jobs:
run
:
|
conda install conda-build conda-verify anaconda-client --yes
shell
:
bash
bash
- l {0}
-
name
:
Install CUDA ${{ matrix.cuda-version }}
if
:
${{ matrix.cuda-version != 'cpu' }}
...
...
@@ -54,7 +54,7 @@ jobs:
run
:
|
FORCE_CUDA=0 ./conda/pytorch-spline-conv/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell
:
bash
bash
-l {0}
-
name
:
Build Conda package for GPU
if
:
${{ matrix.cuda-version != 'cpu' }}
...
...
@@ -62,7 +62,7 @@ jobs:
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
FORCE_CUDA=1 ./conda/pytorch-spline-conv/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell
:
bash
bash
-l {0}
# - name: Publish Conda package
# run: |
...
...
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