Skip to content

Commit a52de20

Browse files
committed
update action file
1 parent a281cd7 commit a52de20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testlint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.7]
11+
python-version: [3.9]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -20,7 +20,8 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install -r requirements-dev.txt
23+
pip install -r requirements-test.txt
24+
pip install -r requirements.txt
2425
2526
- name: Lint with flake8
2627
run: |

0 commit comments

Comments
 (0)