Skip to content

Commit d96d738

Browse files
committed
- updated tests
1 parent d0b384c commit d96d738

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install pytest bs4 git+https://github.com/EchterAlsFake/eaf_base_api
26+
pip install -r requirements.txt pytest --upgrade
2727
- name: Test with pytest
2828
run: |
2929
pytest

requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
eaf_base_api
2+
bs4
3+
beautifulsoup4
4+
lxml
5+
m3u8
6+
h2
7+
brotli
8+
av

0 commit comments

Comments
 (0)