summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-29 09:44:31 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-29 09:44:31 -0300
commit1b5500b123b82a6f1ac6d80370cea8d6b001a4b3 (patch)
treec6d21b7c6dfc0186ffecd2feedecfeec835365db /.github
parent236d7a4bb1e2e3b9d16160617c37fb6bde432099 (diff)
downloadpint-1b5500b123b82a6f1ac6d80370cea8d6b001a4b3.tar.gz
Fix dependency in dask test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 36d1b1e..8214caf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
- python-version: 3.8
numpy: "numpy"
uncertainties: "uncertainties"
- extras: "sparse xarray netCDF4 dask[complete] graphviz babel==2.8"
+ extras: "sparse xarray netCDF4 dask[complete]<=dask-2023.4.0 graphviz babel==2.8"
runs-on: ubuntu-latest
env: