Skip to content

Commit 7fbd78e

Browse files
authored
Upstream CI fix (#1316)
* Update install-upstream.sh * Rename upstream dev CI workflow
1 parent 310145e commit 7fbd78e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/upstream-dev-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
upstream-dev:
13-
name: upstream-dev-py311
13+
name: upstream-dev
1414
runs-on: ubuntu-latest
1515
defaults:
1616
run:

ci/install-upstream.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ python -m pip install \
4242
git+https://github.com/holoviz/datashader.git \
4343
git+https://github.com/dask/dask.git \
4444
git+https://github.com/dask/distributed.git \
45-
git+https://github.com/aleaxit/gmpy.git \
4645
git+https://github.com/holoviz/holoviews.git \
4746
git+https://github.com/shapely/shapely.git \
4847
git+https://github.com/holoviz/spatialpandas.git

0 commit comments

Comments
 (0)