We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310145e commit 7fbd78eCopy full SHA for 7fbd78e
.github/workflows/upstream-dev-ci.yml
@@ -10,7 +10,7 @@ concurrency:
10
11
jobs:
12
upstream-dev:
13
- name: upstream-dev-py311
+ name: upstream-dev
14
runs-on: ubuntu-latest
15
defaults:
16
run:
ci/install-upstream.sh
@@ -42,7 +42,6 @@ python -m pip install \
42
git+https://github.com/holoviz/datashader.git \
43
git+https://github.com/dask/dask.git \
44
git+https://github.com/dask/distributed.git \
45
- git+https://github.com/aleaxit/gmpy.git \
46
git+https://github.com/holoviz/holoviews.git \
47
git+https://github.com/shapely/shapely.git \
48
git+https://github.com/holoviz/spatialpandas.git
0 commit comments