We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07c558 commit b77a185Copy full SHA for b77a185
2 files changed
.github/workflows/lint.yaml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
python -m pip install --upgrade pip
40
pip install \
41
- setuptools \
+ 'setuptools<81' \
42
flake8 \
43
flake8-pyproject \
44
flake8-blind-except \
.github/workflows/unit-test.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
26
27
- pip install setuptools<81 wheel
+ pip install 'setuptools<81' wheel
28
pip install .
29
pip install -r requirements-dev.txt
30
- name: Run tests
0 commit comments