Skip to content

Commit

Permalink
better message
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Oct 9, 2023
1 parent 6adc1cb commit 06ffafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: "Checking plotting support"
run:
python -c "from pyvista.plotting import system_supports_plotting; print("system_supports_plotting", system_supports_plotting())"
python -c "from pyvista.plotting import system_supports_plotting; print('System support plotting ' + str(system_supports_plotting()))"


docs-build:
Expand Down

0 comments on commit 06ffafb

Please sign in to comment.