quickfix for failing checks (#1819)
root package is needed for tests root package is needed for mypy removing testfile
This commit is contained in:
@@ -22,6 +22,6 @@ jobs:
|
||||
cache: "poetry"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
poetry install --no-root
|
||||
poetry install
|
||||
- name: Run tests
|
||||
run: make mypy
|
||||
|
||||
Reference in New Issue
Block a user