vtk7 is no longer supported

This commit is contained in:
Martin Diehl 2023-03-08 20:13:49 +01:00
parent c7f8647cfd
commit fdafe19355
1 changed files with 1 additions and 1 deletions

View File

@ -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: |