mirror of
https://github.com/lepture/captcha.git
synced 2026-03-13 09:43:22 +08:00
chore: update requirements
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -28,10 +28,10 @@ jobs:
|
||||
python-version: "3.8"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
run: pip install -r requirements-dev.lock
|
||||
|
||||
- name: flake8 lint
|
||||
run: flake8 src/captcha
|
||||
- name: ruff lint
|
||||
run: ruff check
|
||||
|
||||
- name: mypy lint
|
||||
run: mypy
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
run: pip install -r requirements-dev.lock
|
||||
|
||||
- name: Report coverage
|
||||
run: pytest --cov=captcha --cov-report=xml
|
||||
|
||||
Reference in New Issue
Block a user