Skip to content

Commit 84576f5

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 00f398b + 1706675 commit 84576f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI-ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
sudo apt install -y pkgconf libusb-1.0-0-dev # Needed for realsense
6363
sudo apt install -y python3 libpython3-dev python3-pip python3-setuptools
6464
sudo pip3 install --upgrade pip
65-
pip3 install pylddwrap==1.2.* wheel
65+
pip3 install pylddwrap==1.2.*
66+
pip3 install --upgrade wheel
6667
6768
echo "===========> Free some space"
6869

0 commit comments

Comments
 (0)