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