added Try
All checks were successful
CI / build (push) Successful in 18s

This commit is contained in:
2024-11-03 22:39:08 +08:00
parent e0e763170f
commit 6ef7f8107e
10 changed files with 338 additions and 188 deletions

View File

@@ -18,7 +18,9 @@ jobs:
- name: Create virtualenv
run: |
python -m venv .venv
.venv/bin/pip install -r requirements-dev.txt
.venv/bin/pip install -r requirements.txt .
- name: Run mypy
run: .venv/bin/python -m mypy -p src
- name: Run unit tests
run: .venv/bin/python -m unittest discover -s tests
- name: Execute build