File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 with :
1818 python-version : ${{ matrix.python-version }}
1919 - name : Setup Python2 (Linux)
20-  if : matrix.python-version == '2.7' && startsWith(matrix.os, 'ubuntu')
21-  run : |
20+ if : matrix.python-version == '2.7' && startsWith(matrix.os, 'ubuntu')
21+ run : |
2222 sudo ln -fs python2 /usr/bin/python
23-  sudo apt-get update
24-  sudo apt-get install python-setuptools python-dev
25-  curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
26-  sudo python2 get-pip.py
27-  ls -l /usr/bin/pip* /usr/local/bin/pip*
28-  which pip
23+ sudo apt-get update
24+ sudo apt-get install python-setuptools python-dev
25+ curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
26+ sudo python2 get-pip.py
27+ ls -l /usr/bin/pip* /usr/local/bin/pip*
28+ which pip
2929 - name : Install packages
3030 run : |
3131 sudo apt-get install cython3 lcov
You can’t perform that action at this time.
0 commit comments