Skip to content

Commit e25de71

Browse files
committed
task(GUIDEFRAME-38): adjusted workflow again, again
Signed-off-by: Pat O'Connor <paoconno@redhat.com>
1 parent 6b879b9 commit e25de71

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/selenium_test.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ jobs:
1515
run: |
1616
sudo apt-get update
1717
sudo apt-get install -y \
18+
ffmpeg \
1819
xvfb \
1920
chromium-driver \
2021
chromium-browser
21-
python3 -m pip install --upgrade pip
22-
pip install selenium
22+
pip install selenium \
23+
ffmpeg-python \
24+
mutagen \
25+
gTTS
2326
# Run the main automation script
2427
- name: Run Automation Test with Virtual Display
2528
run: |

0 commit comments

Comments
 (0)