Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 953de0f

Browse files
authored
Update lint.yml
1 parent 7ff82e7 commit 953de0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
steps:
88
- name: Check out repository
99
uses: actions/checkout@v3
10-
- name: Set up Python 3.9
10+
- name: Set up Python 3.6
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: 3.9
13+
python-version: 3.6
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)