Skip to content

Commit 3336880

Browse files
committed
use more bash
1 parent 3b51f69 commit 3336880

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/debian-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
pip3 install -r requirements.txt
103103
python3 -m pip install -U bloom
104104
fi
105+
shell: bash
105106

106107
- name: Build workspace
107108
run: |

.github/workflows/ros-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
else
5555
pip3 install -r requirements.txt
5656
fi
57+
shell: bash
5758

5859
- name: Build packages
5960
run: |

0 commit comments

Comments
 (0)