Skip to content

Commit ddde657

Browse files
authored
Merge branch 'master' into Musicminion-patch-2
2 parents 1cd4d5b + a288df0 commit ddde657

File tree

3 files changed

+355
-242
lines changed

3 files changed

+355
-242
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)