We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749c1d4 commit 57f0108Copy full SHA for 57f0108
1 file changed
.github/workflows/run_test.yml
@@ -16,7 +16,9 @@ jobs:
16
with:
17
python-version: ${{ matrix.python-version }}
18
- if: matrix.python-version == '3.7.17'
19
- run: sudo ln -sf /usr/bin/python2.7 /usr/bin/python
+ run: |
20
+ sudo ln -sf /usr/bin/python2.7 `which python`
21
+ sudo ln -sf /usr/bin/pip2.7 `which pip`
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
0 commit comments