We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026a9d1 commit bf91101Copy full SHA for bf91101
1 file changed
.github/workflows/pull-request.yml
@@ -57,6 +57,7 @@ jobs:
57
run: |
58
python -m pip install --upgrade pip
59
python -m pip install ".[dev,test]"
60
+ python -m pip install "setuptools<80"
61
62
- name: Install pre-commit hooks
63
run: pre-commit install --install-hooks
0 commit comments