File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments