Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 4, 2024
1 parent 8c56da4 commit bea3149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ rm -rf node-v10.15.0-linux-armv6l/
rm node-v10.15.0-linux-armv6l.tar.gz

echo_stamp "Installing ptvsd"
my_travis_retry pip install ptvsd
#my_travis_retry pip install ptvsd
my_travis_retry pip3 install --break-system-packages ptvsd

echo_stamp "Installing pyzbar"
Expand Down

0 comments on commit bea3149

Please sign in to comment.