Skip to content

Commit fa7a0ca

Browse files
committed
add script of upgrading pip, setuptools and wheel
1 parent b44b4d4 commit fa7a0ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ jobs:
161161
with:
162162
python-version: ${{ matrix.python }}
163163

164+
- name: Install pip tools with setuptools pinned
165+
run: python -m pip install pip setuptools==69.5.1 wheel
166+
164167
- name: Install specific pytest version
165168
if: matrix.pytest-version == 'pytest@pre-release'
166169
run: |

0 commit comments

Comments
 (0)