From fdafe193557ca002be913731bd4133b5554b8403 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 8 Mar 2023 20:13:49 +0100 Subject: [PATCH] vtk7 is no longer supported --- .github/workflows/Python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Python.yml b/.github/workflows/Python.yml index 1a232d498..82f7dbb2e 100644 --- a/.github/workflows/Python.yml +++ b/.github/workflows/Python.yml @@ -75,7 +75,7 @@ jobs: run: > sudo apt-get update && sudo apt-get remove mysql* && - sudo apt-get install python3-pandas python3-scipy python3-h5py python3-vtk7 python3-matplotlib python3-yaml -y + sudo apt-get install python3-pandas python3-scipy python3-h5py python3-vtk9 python3-matplotlib python3-yaml -y - name: Run unit tests run: |