fix: install requirements-dev.txt in github actions

This commit is contained in:
winkidney
2022-05-04 22:18:20 +08:00
parent 533c00a08c
commit 9211b3cfd2

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Lint with flake8
run: |
make flake8-in-ci