Skip to content

Commit d89b31d

Browse files
authored
update python version
1 parent cc08928 commit d89b31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_seq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
10-
- name: Set up Python 3.7
10+
- name: Set up Python 3.10
1111
uses: actions/setup-python@v1
1212
with:
13-
python-version: 3.7
13+
python-version: "3.10"
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)