Skip to content

Commit d92f23e

Browse files
Carreauianthomas23
authored andcommitted
fFix spyder kernel install (ipython#1337)
the name of the packages in newer ubuntu is just different.
1 parent bd8e240 commit d92f23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Install System Packages
132132
run: |
133133
sudo apt-get update
134-
sudo apt-get install -y --no-install-recommends libegl1-mesa
134+
sudo apt-get install -y --no-install-recommends libgl1 libglx-mesa0
135135
- name: Install spyder-kernels dependencies
136136
shell: bash -l {0}
137137
run: |

0 commit comments

Comments
 (0)