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-sparse
Commits
96aad4af
Commit
96aad4af
authored
Aug 05, 2020
by
rusty1s
Browse files
update
parent
3fa64cf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/install.sh
script/install.sh
+2
-2
No files found.
script/install.sh
View file @
96aad4af
#!/bin/bash
if
[
"
${
TRAVIS_OS_NAME
}
"
!=
"windows"
]
;
then
p
ip
install
.
\[
test
\]
p
ython setup.py develop
else
echo
"pip install .[test]"
while
sleep
30
;
do
echo
"=====[ Still running after
$SECONDS
seconds ]====="
;
done
&
p
ip
install
.
\[
test
\]
|
tail
-n
1000
p
ython setup.py develop
|
tail
-n
1000
kill
%1
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