Skip to content

Commit

Permalink
Remove qt vtk installation from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed May 23, 2024
1 parent 0ab9472 commit 01ae263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aste_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip3 install --upgrade pip
- name: install VTK
run: |
apt-get -y install libvtk9-dev libvtk9-qt-dev
apt-get -y install libvtk9-dev
- name: install example dependencies
run: |
python3 -m pip install sympy scipy jinja2
Expand Down

0 comments on commit 01ae263

Please sign in to comment.