diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8327852..29e0285 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,7 @@ jobs: run: | python -m pip install --upgrade pip pip install .[tests] + pip remove meer_tec # only keep dependencies - name: Run pytest run: pytest . - name: Run mypy