diff --git a/.github/workflows/ci_python.yml b/.github/workflows/ci_python.yml index 8e8fdbf0..7c247920 100644 --- a/.github/workflows/ci_python.yml +++ b/.github/workflows/ci_python.yml @@ -24,4 +24,4 @@ jobs: - name: Install dependencies run: pip3 install -e .[dev] - name: Run Tests - run: pytest -v py/tests/ --mypy + run: pytest -v py/tests/ # --mypy