Skip to content

Merge pull request #3257 from deka27/keyword-reconst #11

Merge pull request #3257 from deka27/keyword-reconst

Merge pull request #3257 from deka27/keyword-reconst #11

Workflow file for this run

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