Skip to content

Commit c73a9d1

Browse files
committed
now installs bs4!
1 parent e52edcd commit c73a9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install flake8 pytest pyinstaller
29+
pip install flake8 pytest pyinstaller beautifulsoup4
3030
- name: Lint with flake8
3131
run: |
3232
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)