Skip to content

Commit 9591d30

Browse files
authored
Update consistency-checks.yml
1 parent a1e45ba commit 9591d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/consistency-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Ensure setuptools is installed
22-
run: python -m pip install --upgrade pip setuptools wheel
22+
run: python -m pip install --upgrade pip setuptools>70.0.0 wheel
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)