We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8084b2 commit 2a36f3eCopy full SHA for 2a36f3e
.github/workflows/qt5-tests.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install Python dependencies
40
run: |
41
python -m pip install --upgrade pip
42
- pip install vermin pyfakefs || true
+ pip install vermin pyfakefs requests || true
43
44
- name: Run App tests
45
.github/workflows/qt6-tests.yml
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
- pip install pyfakefs PySide6 vermin || true
+ pip install pyfakefs PySide6 vermin requests || true
63
64
65
0 commit comments