quickfix for failing checks (#1819)

root package is needed for tests

root package is needed for mypy

removing testfile
This commit is contained in:
dni ⚡
2023-07-11 13:25:35 +02:00
committed by GitHub
parent f7cbe74d77
commit 213be79aaa
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ jobs:
cache: "poetry"
- name: Install dependencies
run: |
poetry install --no-root
poetry install
- name: Run tests
run: make mypy