ci: remove type testing from pipeline
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 45s

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2026-02-01 10:32:34 +01:00
parent eaca24b8ae
commit a088057b17
Signed by: kfickel
GPG key ID: A793722F9933C1A5
2 changed files with 19 additions and 21 deletions

View file

@ -21,6 +21,3 @@ jobs:
- name: Test with PyTest
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"
- name: Check with PyRight
run: nix develop .#impure --command bash -c "uv run pyright"