Skip to content

Commit 32f7116

Browse files
committed
Ensure up to date setuptools when running build.
1 parent a90da03 commit 32f7116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: ${{ matrix.python-version }}
5757
- name: Install dependencies
5858
run: |
59-
python -m pip install --upgrade pip
59+
python -m pip install --upgrade pip setuptools
6060
python -m pip install pytest codecov coverage
6161
python -m pip install . sphinx-autoapi ${{ matrix.pip-sphinx }}
6262
- name: Install extra dependencies

0 commit comments

Comments
 (0)