test again

This commit is contained in:
callebtc
2022-10-11 00:54:30 +02:00
parent a0bd7ae06e
commit 993a9ae706

View File

@@ -48,6 +48,6 @@ jobs:
- name: Install packages
run: poetry install --with dev
- name: Setup mypy
run: poetry run mypy cashu --install-types
run: poetry run mypy cashu --install-types -y
- name: Run mypy
run: poetry run mypy cashu --ignore-missing