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 c7cc1b9 commit 3d2da76Copy full SHA for 3d2da76
.github/workflows/autotest.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: install comtypes
64
run: |
65
pip install --upgrade setuptools build pip pyproject_hooks wheel
66
- python -m pip install .
+ python -m pip install . --verbose
67
pip uninstall comtypes -y
68
python test_pip_install.py
69
0 commit comments