Skip to content

Commit 3cc5cec

Browse files
removing all ubuntu install
1 parent ad88a96 commit 3cc5cec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
if: runner.os == 'Linux'
3939
run: |
4040
sudo apt-get update
41-
sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \
42-
libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
43-
libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 pkg-config libhdf5-103 libhdf5-dev \
44-
libegl1 libgl1
41+
#sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \
42+
# libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
43+
# libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 pkg-config libhdf5-103 libhdf5-dev \
44+
# libegl1 libgl1
4545
#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

0 commit comments

Comments
 (0)