Skip to content

Commit 2a36f3e

Browse files
committed
Add for unit test suite
1 parent d8084b2 commit 2a36f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qt5-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Python dependencies
4040
run: |
4141
python -m pip install --upgrade pip
42-
pip install vermin pyfakefs || true
42+
pip install vermin pyfakefs requests || true
4343
4444
- name: Run App tests
4545
run: |

.github/workflows/qt6-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install Python dependencies
6060
run: |
6161
python -m pip install --upgrade pip
62-
pip install pyfakefs PySide6 vermin || true
62+
pip install pyfakefs PySide6 vermin requests || true
6363
6464
- name: Run App tests
6565
run: |

0 commit comments

Comments
 (0)