File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,13 @@ jobs:
124124 with :
125125 DEBUG : true
126126
127+ - name : " Setup LibOSMesa on Linux runners"
128+ if : runner.os == 'Linux'
129+ shell : bash
130+ run : |
131+ sudo apt-get update
132+ sudo apt-get install libosmesa6
133+
127134 - name : " List installed packages"
128135 shell : bash
129136 run : pip list
Original file line number Diff line number Diff line change @@ -120,6 +120,13 @@ jobs:
120120 with :
121121 DEBUG : true
122122
123+ - name : " Setup LibOSMesa on Linux runners"
124+ if : runner.os == 'Linux'
125+ shell : bash
126+ run : |
127+ sudo apt-get update
128+ sudo apt-get install libosmesa6
129+
123130 - name : " List installed packages"
124131 shell : bash
125132 run : pip list
Original file line number Diff line number Diff line change @@ -142,6 +142,13 @@ jobs:
142142 DEBUG : true
143143 working-directory : pydpf-post
144144
145+ - name : " Setup LibOSMesa on Linux runners"
146+ if : runner.os == 'Linux'
147+ shell : bash
148+ run : |
149+ sudo apt-get update
150+ sudo apt-get install libosmesa6
151+
145152 - name : " List installed packages"
146153 shell : bash
147154 run : pip list
Original file line number Diff line number Diff line change @@ -102,6 +102,13 @@ jobs:
102102 with :
103103 DEBUG : true
104104
105+ - name : " Setup LibOSMesa on Linux runners"
106+ if : runner.os == 'Linux'
107+ shell : bash
108+ run : |
109+ sudo apt-get update
110+ sudo apt-get install libosmesa6
111+
105112 - name : " List installed packages"
106113 shell : bash
107114 run : pip list
You can’t perform that action at this time.
0 commit comments