From 5a1d957a1598262ef5b3f141c001e1bb625e16b4 Mon Sep 17 00:00:00 2001 From: "Adam.Dybbroe" Date: Sat, 8 Jan 2022 19:40:31 +0100 Subject: [PATCH] Add conda install for pykdtree to the test-env Signed-off-by: Adam.Dybbroe --- continuous_integration/environment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/continuous_integration/environment.yaml b/continuous_integration/environment.yaml index 86ae648..f70f3e4 100644 --- a/continuous_integration/environment.yaml +++ b/continuous_integration/environment.yaml @@ -4,6 +4,7 @@ channels: dependencies: - xarray - dask + - pykdtree - distributed - cartopy - matplotlib