summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-29 09:46:28 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-29 09:46:28 -0300
commit9fbd2edb4a5849e276a1004e42f050a0f3d0e0d6 (patch)
treeab331ba93830a0f8e889468ef5797dd6aa61e1f2 /.github
parent1b5500b123b82a6f1ac6d80370cea8d6b001a4b3 (diff)
downloadpint-9fbd2edb4a5849e276a1004e42f050a0f3d0e0d6.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 8214caf..1fe60ec 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]<=dask-2023.4.0 graphviz babel==2.8"
+ extras: "sparse xarray netCDF4 dask[complete]<=2023.4.0 graphviz babel==2.8"
runs-on: ubuntu-latest
env: