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.
1 parent 52a3d52 commit 3324ac3Copy full SHA for 3324ac3
.github/workflows/debian-packages.yml
@@ -135,7 +135,7 @@ jobs:
135
if [[ "${{ matrix.ros_distro }}" == "jazzy" || \
136
"${{ matrix.ros_distro }}" == "kilted" || \
137
"${{ matrix.ros_distro }}" == "rolling" ]]; then
138
- python3 -m pip install textual --break-system-packages
+ python3 -m pip install -I textual --break-system-packages
139
else
140
python3 -m pip install textual
141
fi
0 commit comments