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
7c5a630c
Commit
7c5a630c
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
6d397863
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+1
-1
setup.py
setup.py
+0
-3
No files found.
.github/workflows/building-conda.yml
View file @
7c5a630c
...
...
@@ -36,7 +36,7 @@ jobs:
-
name
:
Install Conda packages
run
:
|
conda install conda-build conda-verify anaconda-client --yes
anaconda --help
$CONDA/
anaconda --help
-
name
:
Install CUDA ${{ matrix.cuda-version }}
if
:
${{ matrix.cuda-version != 'cpu' }}
...
...
setup.py
View file @
7c5a630c
...
...
@@ -17,9 +17,6 @@ if os.getenv('FORCE_ONLY_CUDA', '0') == '1':
if
os
.
getenv
(
'FORCE_ONLY_CPU'
,
'0'
)
==
'1'
:
suffices
=
[
'cpu'
]
print
(
'FORCE_CUDA'
,
os
.
getenv
(
'FORCE_CUDA'
))
print
(
'SUFFICS'
,
suffices
)
BUILD_DOCS
=
os
.
getenv
(
'BUILD_DOCS'
,
'0'
)
==
'1'
...
...
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