Skip to content

Commit

Permalink
[ci] use python3.7.17 matrix to test 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Feb 28, 2024
1 parent 19bfb9d commit a3e52dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.1", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7.17", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

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

0 comments on commit a3e52dd

Please sign in to comment.