We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e8778 commit 092ab73Copy full SHA for 092ab73
.github/workflows/test_python_pip.yml
@@ -52,7 +52,7 @@ jobs:
52
command += f' && ./{venv_name}/Scripts/activate'.replace('/', os.sep)
53
else:
54
command += f' && . {venv_name}/bin/activate'
55
- command += f' && python -m pip install -U pip'
+ command += f' && python -m pip install -U pip setuptools'
56
command += f' && python -m pip install -vv .'
57
command += f' && python scripts/mupdfwrap.py -d - --test-python'
58
0 commit comments