From 371c5371248e286e9a39db244c082814dfa7a50f Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Wed, 4 Dec 2024 14:58:14 -0600 Subject: [PATCH] add xlsxwriter to tests --- conda-environments/github-actions-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-environments/github-actions-tests.yml b/conda-environments/github-actions-tests.yml index 8031cad6b..d38d75650 100644 --- a/conda-environments/github-actions-tests.yml +++ b/conda-environments/github-actions-tests.yml @@ -37,5 +37,6 @@ dependencies: - simwrapper > 1.7 - sparse - xarray = 2023.2.* +- xlsxwriter = 3.2.* - zarr = 2.14.* - zstandard