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
ae88f6b1
Commit
ae88f6b1
authored
Feb 12, 2020
by
rusty1s
Browse files
update
parent
fe4c7188
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/conda.sh
script/conda.sh
+2
-2
No files found.
script/conda.sh
View file @
ae88f6b1
#!/bin/bash
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"linux"
]
;
then
wget http://repo.
continuum.io
/miniconda/Miniconda-latest-Linux-x86_64.sh
-O
miniconda.sh
wget
-q
http
s
://repo.
anaconda.com
/miniconda/Miniconda
3
-latest-Linux-x86_64.sh
-O
miniconda.sh
chmod
+x miniconda.sh
./miniconda.sh
-b
PATH
=
/home/travis/miniconda/bin:
${
PATH
}
PATH
=
/home/travis/miniconda
3
/bin:
${
PATH
}
conda update
--yes
conda
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