summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKeewis <keewis@posteo.de>2021-08-08 11:44:56 +0200
committerKeewis <keewis@posteo.de>2021-08-08 11:55:33 +0200
commit4bf5197aafbacfb0631b34002806fe6af9823546 (patch)
tree42e4866ce4dfd8f56eb62b4bd7251ae759321c24 /.github
parentde95c98352441f6bb289726b3ae7fad3764f5300 (diff)
downloadpint-4bf5197aafbacfb0631b34002806fe6af9823546.tar.gz
don't install pooch
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 b0ce7b7..162c1df 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
- python-version: 3.8
numpy: "numpy"
uncertainties: "uncertainties"
- extras: "sparse xarray pooch netCDF4 dask[complete] graphviz babel==2.8"
+ extras: "sparse xarray netCDF4 dask[complete] graphviz babel==2.8"
runs-on: ubuntu-latest
env: