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 50b6c04 commit c5c50feCopy full SHA for c5c50fe
.github/workflows/autotest.yml
@@ -62,7 +62,7 @@ jobs:
62
architecture: ${{ matrix.architecture }}
63
- name: install comtypes
64
run: |
65
- pip install --upgrade setuptools
+ pip install --upgrade setuptools build
66
python -m pip install .
67
pip uninstall comtypes -y
68
python test_pip_install.py
0 commit comments