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
4f208e87
Commit
4f208e87
authored
Sep 07, 2021
by
rusty1s
Browse files
[ci skip]
parent
e286a226
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+11
-0
No files found.
.github/workflows/building-conda.yml
View file @
4f208e87
...
@@ -61,6 +61,17 @@ jobs:
...
@@ -61,6 +61,17 @@ jobs:
-
name
:
Build Conda package for GPU
-
name
:
Build Conda package for GPU
if
:
${{ matrix.cuda-version != 'cpu' }}
if
:
${{ matrix.cuda-version != 'cpu' }}
run
:
|
run
:
|
echo /usr/share/miniconda/envs/test
echo "-----------"
echo /usr/share/miniconda/envs/test/lib
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8/site-packages
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8/site-packages/torch
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8/site-packages/torch/lib
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
./conda/pytorch-spline-conv/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
./conda/pytorch-spline-conv/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell
:
shell
:
...
...
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