Skip to content

Commit 2c84f15

Browse files
committed
remove invisible white space
1 parent 85939be commit 2c84f15

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/run_test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)