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
cf9b130a
Commit
cf9b130a
authored
Feb 12, 2020
by
rusty1s
Browse files
new try
parent
1eaa5af0
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 @
cf9b130a
...
@@ -5,6 +5,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
...
@@ -5,6 +5,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
chmod
+x miniconda.sh
chmod
+x miniconda.sh
./miniconda.sh
-b
./miniconda.sh
-b
PATH
=
/home/travis/miniconda3/bin:
${
PATH
}
PATH
=
/home/travis/miniconda3/bin:
${
PATH
}
conda update
--yes
conda
fi
fi
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"osx"
]
;
then
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"osx"
]
;
then
...
@@ -12,6 +13,7 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
...
@@ -12,6 +13,7 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
chmod
+x miniconda.sh
chmod
+x miniconda.sh
./miniconda.sh
-b
./miniconda.sh
-b
PATH
=
/Users/travis/miniconda3/bin:
${
PATH
}
PATH
=
/Users/travis/miniconda3/bin:
${
PATH
}
conda update
--yes
conda
fi
fi
...
@@ -19,5 +21,3 @@ if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
...
@@ -19,5 +21,3 @@ if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
choco
install
miniconda3
choco
install
miniconda3
PATH
=
/c/tools/miniconda3/Scripts:
$PATH
PATH
=
/c/tools/miniconda3/Scripts:
$PATH
fi
fi
conda update
--yes
conda
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