We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb4011 commit 1e109aaCopy full SHA for 1e109aa
1 file changed
.github/workflows/ci.yml
@@ -365,7 +365,7 @@ jobs:
365
python -m ensurepip || python -m pip --version || { \
366
get_pip="${{ contains(needs.select.outputs.own-pip-versions, matrix.python-version) && format('{0}/', matrix.python-version) || '' }}"; \
367
curl -L -O "https://bootstrap.pypa.io/pip/${get_pip}get-pip.py"; \
368
- python get-pip.py; }
+ python get-pip.py --no-setuptools --no-wheel; }
369
- name: Set up Python 2.6 pip
370
if: ${{ matrix.python-version == '2.6' }}
371
shell: bash
0 commit comments