Skip to content

Commit a3e52dd

Browse files
committed
[ci] use python3.7.17 matrix to test 2.7
1 parent 19bfb9d commit a3e52dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
python-version: ["3.1", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
10+
python-version: ["3.7.17", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1111

1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v4
1616
with:
1717
python-version: ${{ matrix.python-version }}
18-
- if: matrix.python-version == '3.0'
18+
- if: matrix.python-version == '3.7.17'
1919
run: sudo ln -sf /usr/bin/python2.7 /usr/bin/python
2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)