From 0e05f2af482c1d1adca8cf2d1f527fa18f28c3cc Mon Sep 17 00:00:00 2001 From: Tom Close Date: Thu, 12 Sep 2024 15:11:52 +1000 Subject: [PATCH] disabled mypy checks --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 912231f..388bedf 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -47,7 +47,7 @@ jobs: - name: Install MRtrix via Conda run: | conda install -c mrtrix3 mrtrix3 - mrconvert --version + mrconvert --version - name: Disable etelemetry run: echo "NO_ET=TRUE" >> $GITHUB_ENV - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }} @@ -58,8 +58,8 @@ jobs: run: python3 -m pip install --upgrade pip - name: Install Package run: python3 -m pip install .[test] ./extras[test] - - name: MyPy - run: mypy --install-types --non-interactive . + # - name: MyPy + # run: mypy --install-types --non-interactive . - name: Pytest run: | mkdir work-dir