Skip to content

Commit 0f1a9b2

Browse files
authored
Update Selenium-Action_Template.yaml
Remove un-necessary Python Packages.
1 parent d830545 commit 0f1a9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Selenium-Action_Template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
# Need to fetch reqs if needed
2020
- name: Installing all necessary packages
21-
run: pip install requests beautifulsoup4 pandas chromedriver-autoinstaller selenium pyvirtualdisplay
21+
run: pip install chromedriver-autoinstaller selenium pyvirtualdisplay
2222
- name: Install xvfb
2323
run: sudo apt-get install xvfb
2424

0 commit comments

Comments
 (0)