mirror of
https://github.com/pinry/pinry.git
synced 2026-01-10 09:12:07 +01:00
fix: install requirements-dev.txt in github actions
This commit is contained in:
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user