We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a13f0e commit e1487bcCopy full SHA for e1487bc
.github/workflows/pip_install_pypiwin32.yml
@@ -23,9 +23,10 @@ jobs:
23
- uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
+ - run: python3 -m pip install --upgrade pip
27
# https://github.com/pypa/setuptools/blob/47b724639703d0c512f275a316dbb99e6c226e38/CHANGES.rst#v5800
28
- if: matrix.python-version == '3.9' # Before 2to3 for builds was removed.
29
run: |
- pip install ´setuptools<58.0.0'
30
+ pip install 'setuptools<58.0.0'
31
pip install --editable .
32
- run: pip install pypiwin32
0 commit comments