Skip to content

Commit ad88a96

Browse files
removing libxcb install
1 parent 1918be5 commit ad88a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
4343
libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 pkg-config libhdf5-103 libhdf5-dev \
4444
libegl1 libgl1
45-
sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
45+
#sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
4646
# strategy borrowed from vispy for installing opengl libs on windows
4747
# - name: Install Windows OpenGL
4848
# if: runner.os == 'Windows'

0 commit comments

Comments
 (0)