Skip to content

Commit 4af04a4

Browse files
committed
[ci] Bound setuptools to <82 due to removal of pkg_resources
1 parent 92bb6a3 commit 4af04a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
libgeos-dev libspatialite-dev spatialite-bin \
7575
libsqlite3-mod-spatialite
7676
sudo npm install -g prettier
77-
pip install -U pip wheel setuptools
77+
pip install -U pip wheel "setuptools<82"
7878
pip install -U -r requirements-test.txt
7979
pip install -U -e .
8080
pip install ${{ matrix.django-version }}

0 commit comments

Comments
 (0)