Skip to content

Commit 30f0501

Browse files
committed
[skip-ci] Fix upstream-dev env
1 parent b0e504e commit 30f0501

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/install-upstream-wheels.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# install cython for building cftime without build isolation
44
micromamba install "cython>=0.29.20" py-cpuinfo
55
# temporarily (?) remove numbagg and numba
6-
micromamba remove -y numba numbagg
6+
# micromamba remove -y numba numbagg
77
# temporarily remove numexpr
88
micromamba remove -y numexpr
99
# temporarily remove backends
@@ -62,6 +62,7 @@ python -m pip install \
6262
--no-deps \
6363
--upgrade \
6464
git+https://github.com/dask/dask \
65+
git+https://github.com/dask/dask-expr \
6566
git+https://github.com/dask/distributed \
6667
git+https://github.com/zarr-developers/zarr \
6768
git+https://github.com/pypa/packaging \

0 commit comments

Comments
 (0)