Skip to content

Commit

Permalink
vtk7 is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Mar 8, 2023
1 parent c7f8647 commit fdafe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fdafe19

Please sign in to comment.