Skip to content

Commit 321ef73

Browse files
committed
feat(workflow): Add httpx to dependencies in test workflow for enhanced testing capabilities
1 parent 5b3ad75 commit 321ef73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_pyqt6.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils libegl1
5050
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
5151
python -m pip install --upgrade pip
52-
python -m pip install ruff pytest
52+
python -m pip install ruff pytest httpx
5353
pip install PyQt6
5454
if [ "${{ github.ref_name }}" = "develop" ]; then
5555
# Clone and install development versions of key dependencies with editable install
@@ -129,7 +129,7 @@ jobs:
129129
--exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
130130
131131
python -m pip install --upgrade pip
132-
python -m pip install ruff pytest
132+
python -m pip install ruff pytest httpx
133133
python -m pip install PyQt6
134134
135135
# Clone and install Sigima from the same branch as DataLab

0 commit comments

Comments
 (0)