mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
parent
3805d1c973
commit
7b3fdf0fcd
4 changed files with 26 additions and 18 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -26,11 +26,14 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -e '.[test]'
|
||||
pip install mypy
|
||||
- name: Optionally install numpy
|
||||
if: matrix.numpy == 1
|
||||
run: pip install numpy
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest
|
||||
- name: run mypy
|
||||
run: mypy sqlite_utils
|
||||
- name: Check formatting
|
||||
run: black . --check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue