Skip to content

Commit 72646fd

Browse files
committed
[ci] allow testing on python2.7
1 parent 3acdec1 commit 72646fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11"]
1111

1212
steps:
13+
- if: matrix.python-version == '2.7'
14+
run: sudo ln -sf /usr/bin/python2.7 /usr/bin/python
1315
- uses: actions/checkout@v3
1416
- name: Set up Python ${{ matrix.python-version }}
1517
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)