Skip to content

Commit a3e0d31

Browse files
dbg wheel
1 parent dfd0384 commit a3e0d31

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bloom.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ jobs:
3535

3636
- name: install build tool dependencies
3737
run: |
38-
apt install -y --no-install-recommends devscripts equivs python3-bloom
38+
apt install -y --no-install-recommends devscripts equivs python3-bloom python3-pip
3939
apt purge -y python3-wheel
4040
41+
- name: dbg wheel
42+
run: |
43+
pip3 show wheel
44+
4145
- name: bloom
4246
run: |
4347
rosdep update

0 commit comments

Comments
 (0)