mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-31 06:59:32 +00:00
Replace ptvsd with debugpy
ptvsd is deprecated
This commit is contained in:
@@ -150,8 +150,8 @@ cp -R node-v10.15.0-linux-armv6l/* /usr/local/
|
||||
rm -rf node-v10.15.0-linux-armv6l/
|
||||
rm node-v10.15.0-linux-armv6l.tar.gz
|
||||
|
||||
echo_stamp "Installing ptvsd"
|
||||
my_travis_retry pip3 install ptvsd
|
||||
echo_stamp "Installing debugpy"
|
||||
my_travis_retry pip3 install debugpy
|
||||
|
||||
echo_stamp "Installing pyzbar"
|
||||
my_travis_retry pip3 install pyzbar
|
||||
|
||||
Reference in New Issue
Block a user