Skip to content

Commit

Permalink
actual use 2.7 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Feb 28, 2024
1 parent 749c1d4 commit 57f0108
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- if: matrix.python-version == '3.7.17'
run: sudo ln -sf /usr/bin/python2.7 /usr/bin/python
run: |
sudo ln -sf /usr/bin/python2.7 `which python`
sudo ln -sf /usr/bin/pip2.7 `which pip`
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 57f0108

Please sign in to comment.