File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 - brew update
4141 install :
4242 - brew install libssh2
43- - sudo pip2 install -U delocate twine wheel pip setuptools
43+ - sudo -H pip2 install -U delocate twine wheel pip setuptools
4444 - pip2 wheel .
4545 script :
4646 - delocate-listdeps --all *.whl
6666 - brew update
6767 install :
6868 - brew install libssh2
69- - sudo pip2 install -U delocate twine wheel pip setuptools
69+ - sudo -H pip2 install -U delocate twine wheel pip setuptools
7070 - pip2 wheel .
7171 script :
7272 - delocate-listdeps --all *.whl
9595 - python --version
9696 - wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
9797 - sudo python get-pip.py
98- - sudo pip install -U pip
99- - sudo pip install -U delocate twine wheel setuptools
98+ - sudo -H pip install -U pip
99+ - sudo -H pip install -U delocate twine wheel setuptools
100100 - pip wheel .
101101 script :
102102 - delocate-listdeps --all *.whl
You can’t perform that action at this time.
0 commit comments