Migrate plotting utilities away from Mayavi/TVTK to VTK #379
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: SHARPy Tests | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| - develop | |
| - 'rc*' | |
| paths-ignore: | |
| - '*.py' | |
| - 'lib/**' | |
| - '.github/workflows/**' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: 'echo "No changes to python files, submodules or workflows, no run required" ' |