Skip to content

Commit

Permalink
disabled mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 12, 2024
1 parent 95fe74d commit 0e05f2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 0e05f2a

Please sign in to comment.