Skip to content

Commit 09a5814

Browse files
committed
Update Python dependencies in CI workflow to include httpx
1 parent 5cc4efe commit 09a5814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install Python dependencies
4747
run: |
4848
python -m pip install --upgrade pip
49-
python -m pip install ruff pytest pytest-cov
49+
python -m pip install ruff pytest pytest-cov httpx
5050
python -m pip install PyQt5
5151
5252
- name: Install DataLab and dependencies

0 commit comments

Comments
 (0)