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 9f50bd8 commit 63fa5d1Copy full SHA for 63fa5d1
.github/workflows/typing-tests.yml
@@ -29,7 +29,8 @@ jobs:
29
30
- name: Install Python dependencies including project in editable mode with extras
31
run: |
32
- python -m pip install --upgrade pip setuptools wheel
+ python -m pip install --upgrade pip wheel
33
+ pip install "setuptools<80.0.0"
34
pip install -e .[ci,testing,dev]
35
36
- name: Build project (JS/CSS, etc.)
0 commit comments