Skip to content

Commit 69789b7

Browse files
authored
Update consistency-checks.yml
1 parent 9192d2c commit 69789b7

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
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- name: Ensure setuptools is installed
21+
- name: Ensure setuptools is installed
2222
run: python -m pip install --upgrade pip setuptools>=70.0.0 wheel
2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)