github(lint): use requirements-dev.txt
This commit is contained in:
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
@@ -29,11 +29,11 @@ jobs:
|
|||||||
- name: Setup virtual environment
|
- name: Setup virtual environment
|
||||||
run: |
|
run: |
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
- name: Install basic Python dependencies
|
- name: Install development Python dependencies
|
||||||
run: |
|
run: |
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements-dev.txt
|
||||||
- name: autopep8
|
- name: autopep8
|
||||||
id: autopep8
|
id: autopep8
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user