image: test ptvsd on the RPi image only

This commit is contained in:
Oleg Kalachev
2022-11-05 22:47:39 +06:00
parent 6fafaf3184
commit 19e0d725b0

View File

@@ -10,10 +10,6 @@ python2 --version
python3 --version
ipython3 --version
# ptvsd does not have a stand-alone binary
python -m ptvsd --version
python3 -m ptvsd --version
node -v
npm -v
@@ -39,6 +35,10 @@ if [ -z $VM ]; then
# `python` is python2 for now
[[ $(python -c 'import sys;print(sys.version_info.major)') == "2" ]]
# ptvsd does not have a stand-alone binary
python -m ptvsd --version
python3 -m ptvsd --version
pigpiod -v
i2cdetect -V
fi