Skip to content

Commit 779874f

Browse files
authored
fFix spyder kernel install (ipython#1337)
the name of the packages in newer ubuntu is just different.
1 parent 539aef4 commit 779874f

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
@@ -132,7 +132,7 @@ jobs:
132132
- name: Install System Packages
133133
run: |
134134
sudo apt-get update
135-
sudo apt-get install -y --no-install-recommends libegl1-mesa
135+
sudo apt-get install -y --no-install-recommends libgl1 libglx-mesa0
136136
- name: Install spyder-kernels dependencies
137137
shell: bash -l {0}
138138
run: |

0 commit comments

Comments
 (0)