Skip to content

Commit 3324ac3

Browse files
committed
add back -I
1 parent 52a3d52 commit 3324ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
if [[ "${{ matrix.ros_distro }}" == "jazzy" || \
136136
"${{ matrix.ros_distro }}" == "kilted" || \
137137
"${{ matrix.ros_distro }}" == "rolling" ]]; then
138-
python3 -m pip install textual --break-system-packages
138+
python3 -m pip install -I textual --break-system-packages
139139
else
140140
python3 -m pip install textual
141141
fi

0 commit comments

Comments
 (0)