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
e217e8a0
Commit
e217e8a0
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
eb2daddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+13
-7
No files found.
.github/workflows/building-conda.yml
View file @
e217e8a0
...
@@ -28,16 +28,22 @@ jobs:
...
@@ -28,16 +28,22 @@ jobs:
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Set up conda with Python ${{ matrix.python-version }}
-
name
:
Set up
Mini
conda with Python ${{ matrix.python-version }}
-
uses
:
conda-incubator/setup-miniconda@v2
-
uses
:
conda-incubator/setup-miniconda@v2
with
:
with
:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
-
name
:
Install CUDA ${{ matrix.cuda-version }}
-
name
:
Conda info
if
:
${{ matrix.cuda-version != 'cpu' }}
run
:
|
run
:
|
bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
conda info
conda list
which python
-
name
:
Build conda package
# - name: Install CUDA ${{ matrix.cuda-version }}
run
:
|
# if: ${{ matrix.cuda-version != 'cpu' }}
bash .conda/pytorch-spline-conv/build_conda.sh ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
# run: |
# bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
# - name: Build Conda package
# run: |
# bash .conda/pytorch-spline-conv/build_conda.sh ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
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