Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
a-latyshev committed Oct 13, 2024
2 parents 3a70827 + f2bf3fe commit 83f4d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- "**"
- "!main"
pull_request:
branches:
- "main"
Expand Down
3 changes: 1 addition & 2 deletions doc/demo/demo_plasticity_mohr_coulomb.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,8 +797,7 @@ def F_ext(v):
plotter.add_text("Displacement field", font_size=11)
plotter.add_mesh(warped, show_edges=False, show_scalar_bar=True)
plotter.view_xy()
if not pyvista.OFF_SCREEN:
plotter.show()
plotter.show()
except ImportError:
print("pyvista required for this plot")

Expand Down

0 comments on commit 83f4d54

Please sign in to comment.