"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "f33b89bafb0c63eea5c94b1b70f388fbdfc0bcce"
Commit 96aad4af authored by rusty1s's avatar rusty1s
Browse files

update

parent 3fa64cf9
#!/bin/bash #!/bin/bash
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
pip install .\[test\] python setup.py develop
else else
echo "pip install .[test]" echo "pip install .[test]"
while sleep 30; do echo "=====[ Still running after $SECONDS seconds ]====="; done & while sleep 30; do echo "=====[ Still running after $SECONDS seconds ]====="; done &
pip install .\[test\] | tail -n 1000 python setup.py develop | tail -n 1000
kill %1 kill %1
fi fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment