Skip to content

Commit 482994b

Browse files
authored
Update python-opengl -> python3-opengl for Ubuntu CI task (#3045)
* Update python-opengl -> python3-opengl https://packages.ubuntu.com/jammy/python3-opengl The ubuntu CI flows had been failing because the python2 version does not exist past focal (20.04 LTS) * Pin to ubuntu 22.04
1 parent da7d453 commit 482994b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
os: [ubuntu-latest, macos-latest, windows-latest]
72+
os: [ubuntu-22.04, macos-latest, windows-latest]
7373
python: ['3.7', '3.8', '3.9', '3.10']
7474

7575
steps:
@@ -113,7 +113,7 @@ jobs:
113113
if: runner.os == 'Linux'
114114
run: |
115115
sudo apt update
116-
sudo apt-get -y install texlive texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science texlive-fonts-extra tipa python-opengl libpango1.0-dev xvfb
116+
sudo apt-get -y install texlive texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science texlive-fonts-extra tipa python3-opengl libpango1.0-dev xvfb
117117
# start xvfb in background
118118
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
119119

0 commit comments

Comments
 (0)