Merge branch '281-python-vtk-supported-versions' into 'development'

vtk7 is no longer supported

Closes #281

See merge request damask/DAMASK!755
This commit is contained in:
Franz Roters 2023-04-20 11:25:25 +00:00
commit f1f6b0affd
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: |