Merge pull request #3228 from jhlegarreta/FixCombinedWorkflowExampleW… #1
This file contains 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: Visualization | |
on: | |
push: | |
branches: [ master ] | |
paths: | |
- dipy/viz/** | |
- dipy/workflows/** | |
pull_request: | |
branches: [ master ] | |
paths: | |
- dipy/viz/** | |
- dipy/workflows/** | |
concurrency: | |
group: build-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
VIZ: | |
uses: ./.github/workflows/test_template.yml | |
with: | |
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]' | |
extra-depends: scikit_learn vtk fury scipy | |
enable-viz-tests: true |