We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00f398b + 1706675 commit 84576f5Copy full SHA for 84576f5
.github/workflows/CI-ubuntu.yml
@@ -62,7 +62,8 @@ jobs:
62
sudo apt install -y pkgconf libusb-1.0-0-dev # Needed for realsense
63
sudo apt install -y python3 libpython3-dev python3-pip python3-setuptools
64
sudo pip3 install --upgrade pip
65
- pip3 install pylddwrap==1.2.* wheel
+ pip3 install pylddwrap==1.2.*
66
+ pip3 install --upgrade wheel
67
68
echo "===========> Free some space"
69
0 commit comments