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-scatter
Commits
b3111111
Commit
b3111111
authored
Jul 29, 2021
by
rusty1s
Browse files
[ci skip]
parent
6f30f6e8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+0
-1
conda/pytorch-scatter/build_conda.sh
conda/pytorch-scatter/build_conda.sh
+1
-1
No files found.
.github/workflows/building-conda.yml
View file @
b3111111
...
@@ -45,7 +45,6 @@ jobs:
...
@@ -45,7 +45,6 @@ jobs:
-
name
:
Install Conda packages
-
name
:
Install Conda packages
run
:
|
run
:
|
conda install conda-build conda-verify --yes
conda install conda-build conda-verify --yes
conda config --set channel_priority strict
shell
:
shell
:
bash -l {0}
bash -l {0}
...
...
conda/pytorch-scatter/build_conda.sh
View file @
b3111111
...
@@ -30,4 +30,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
...
@@ -30,4 +30,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
echo
"-
$CONDA_PYTORCH_CONSTRAINT
"
echo
"-
$CONDA_PYTORCH_CONSTRAINT
"
echo
"-
$CONDA_CUDATOOLKIT_CONSTRAINT
"
echo
"-
$CONDA_CUDATOOLKIT_CONSTRAINT
"
conda build
.
-c
defaults
-c
nvidia
-c
pytorch
-c
conda-forge
--output-folder
"
$HOME
/conda-bld"
conda build
.
-c
pytorch
-c
nvidia
-c
defaults
-c
conda-forge
--output-folder
"
$HOME
/conda-bld"
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