Skip to content

Commit 2863c9f

Browse files
authored
Fix pip3 install failing (#1992)
Signed-off-by: Antón Casas <[email protected]>
1 parent f7e3117 commit 2863c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
apt update
2222
apt install -y git curl lib32z1 wget libfontconfig libxft2 xz-utils rsync python-is-python3 python3-pip
23-
pip3 install pyserial
23+
pip3 install pyserial --break-system-packages
2424
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.31.0
2525
mkdir -p /github/home/Arduino/libraries/micro_ros_arduino/
2626
cp -R checkout/* /github/home/Arduino/libraries/micro_ros_arduino/

0 commit comments

Comments
 (0)