Skip to content

Commit e1487bc

Browse files
authored
Upgrade pip before installing dependencies
1 parent 9a13f0e commit e1487bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pip_install_pypiwin32.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
- uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
26+
- run: python3 -m pip install --upgrade pip
2627
# https://github.com/pypa/setuptools/blob/47b724639703d0c512f275a316dbb99e6c226e38/CHANGES.rst#v5800
2728
- if: matrix.python-version == '3.9' # Before 2to3 for builds was removed.
2829
run: |
29-
pip install ´setuptools<58.0.0'
30+
pip install 'setuptools<58.0.0'
3031
pip install --editable .
3132
- run: pip install pypiwin32

0 commit comments

Comments
 (0)