Skip to content

Commit 63fa5d1

Browse files
committed
lock setuptools<80 in typing tests
1 parent 9f50bd8 commit 63fa5d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/typing-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929

3030
- name: Install Python dependencies including project in editable mode with extras
3131
run: |
32-
python -m pip install --upgrade pip setuptools wheel
32+
python -m pip install --upgrade pip wheel
33+
pip install "setuptools<80.0.0"
3334
pip install -e .[ci,testing,dev]
3435
3536
- name: Build project (JS/CSS, etc.)

0 commit comments

Comments
 (0)