Skip to content

Commit 57f0108

Browse files
committed
actual use 2.7 for testing
1 parent 749c1d4 commit 57f0108

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- if: matrix.python-version == '3.7.17'
19-
run: sudo ln -sf /usr/bin/python2.7 /usr/bin/python
19+
run: |
20+
sudo ln -sf /usr/bin/python2.7 `which python`
21+
sudo ln -sf /usr/bin/pip2.7 `which pip`
2022
- name: Install dependencies
2123
run: |
2224
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)