Run tests in the CI
This commit is contained in:
parent
d0564a968f
commit
244e8664e8
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
|
@ -28,3 +28,7 @@ jobs:
|
|||
- name: Run MyPy
|
||||
run: |
|
||||
python -m mypy --install-types --non-interactive .
|
||||
|
||||
- name: Run PyTest
|
||||
run: |
|
||||
python -m pytest
|
||||
|
|
1
.github/workflows/requirements.txt
vendored
1
.github/workflows/requirements.txt
vendored
|
@ -2,3 +2,4 @@ requests ~= 2.28.0
|
|||
graphviz ~= 0.20.1
|
||||
dataclasses-json ~= 0.6.2
|
||||
mypy ~= 1.7.0
|
||||
pytest ~= 7.4.3
|
||||
|
|
Loading…
Reference in a new issue