Skip to content

Commit

Permalink
[ci] allow testing on python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Feb 28, 2024
1 parent 3acdec1 commit 72646fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- if: matrix.python-version == '2.7'
run: sudo ln -sf /usr/bin/python2.7 /usr/bin/python
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 72646fd

Please sign in to comment.