diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4dc37ef..486be14 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,7 +28,7 @@ steps: - script: | python -m pip install --upgrade pip pip install -r requirements.txt - pip install sphinx_gallery + pip install dask displayName: 'Install dependencies' - script: |