We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc4efe commit 09a5814Copy full SHA for 09a5814
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install Python dependencies
47
run: |
48
python -m pip install --upgrade pip
49
- python -m pip install ruff pytest pytest-cov
+ python -m pip install ruff pytest pytest-cov httpx
50
python -m pip install PyQt5
51
52
- name: Install DataLab and dependencies
0 commit comments