Skip to content

Commit a1e45ba

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/consistency-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
21+
- name: Ensure setuptools is installed
22+
run: python -m pip install --upgrade pip setuptools wheel
2123
- name: Install dependencies
2224
run: |
2325
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)