Skip to content

Commit b77a185

Browse files
committed
.
1 parent a07c558 commit b77a185

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
python -m pip install --upgrade pip
4040
pip install \
41-
setuptools \
41+
'setuptools<81' \
4242
flake8 \
4343
flake8-pyproject \
4444
flake8-blind-except \

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install setuptools<81 wheel
27+
pip install 'setuptools<81' wheel
2828
pip install .
2929
pip install -r requirements-dev.txt
3030
- name: Run tests

0 commit comments

Comments
 (0)