Skip to content

Commit 2f09b46

Browse files
committed
[ci] Pinned version of setuptools
Signed-off-by: Gagan Deep <[email protected]>
1 parent c7eb9ec commit 2f09b46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959

6060
- name: Install python system packages
6161
run: |
62-
pip install -U pip wheel setuptools
62+
# TODO: See https://github.com/pypa/setuptools/issues/4519
63+
pip install -U pip wheel "setuptools~=71.0"
6364
6465
- name: Install npm dependencies
6566
run: sudo npm install -g jshint stylelint

0 commit comments

Comments
 (0)