Skip to content

Commit

Permalink
Merge branch '281-python-vtk-supported-versions' into 'development'
Browse files Browse the repository at this point in the history
vtk7 is no longer supported

Closes #281

See merge request damask/DAMASK!755
  • Loading branch information
FranzRoters committed Apr 20, 2023
2 parents 5935cc3 + fdafe19 commit f1f6b0a
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 f1f6b0a

Please sign in to comment.