Skip to content

Commit b18b4f6

Browse files
authored
ci: update workflow for osmesa and py3.12
1 parent 4b98722 commit b18b4f6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test_and_release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-python@v2
1616
with:
17-
python-version: "3.9"
17+
python-version: "3.12"
1818

1919
# Install and run pre-commit
2020
- run: |
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: [3.9]
31+
python-version: ["3.12"]
3232
config:
3333
- {
3434
name: "Linux",
@@ -68,7 +68,9 @@ jobs:
6868
6969
- name: Install OSMesa for Linux
7070
if: matrix.config.os == 'ubuntu-latest'
71-
run: sudo apt-get install -y libosmesa6-dev
71+
run: |
72+
sudo apt-get update
73+
sudo apt-get install -y libosmesa6-dev
7274
7375
- name: Run Tests
7476
run: |

0 commit comments

Comments
 (0)