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
fdb9300d
Commit
fdb9300d
authored
Apr 22, 2020
by
rusty1s
Browse files
update gcc
parent
a3df06a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
script/conda.sh
script/conda.sh
+6
-0
No files found.
script/conda.sh
View file @
fdb9300d
...
...
@@ -24,3 +24,9 @@ fi
conda update
--yes
conda
conda create
--yes
-n
test
python
=
"
${
PYTHON_VERSION
}
"
gcc
--version
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"linux"
]
;
then
conda
install
gcc_linux-64
fi
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