summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-29 09:51:41 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-29 09:51:41 -0300
commitc7f88683000c2c7b23f7d5148845078e9aa3e2f5 (patch)
tree7ba745d087ee1e338106c443bf5025db1526f92c /.github
parent9fbd2edb4a5849e276a1004e42f050a0f3d0e0d6 (diff)
downloadpint-c7f88683000c2c7b23f7d5148845078e9aa3e2f5.tar.gz
Pin dependency in dask test in Python 3.8
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 1fe60ec..369b9b9 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]<=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: