File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214214 python -c "import torch; print(torch.__version__); print('{} of GPUs available'.format(torch.cuda.device_count()))"
215215 python -c 'import torch; print(torch.rand(5,3, device=torch.device("cuda:0")))'
216216 ngc --version
217- BUILD_MONAI=1 ./runtests.sh --build --coverage --pytype -- unittests --disttests # unit tests with pytype checks, coverage report
217+ BUILD_MONAI=1 ./runtests.sh --build --coverage --unittests --disttests # unit tests with pytype checks, coverage report
218218 BUILD_MONAI=1 ./runtests.sh --build --coverage --net # integration tests with coverage report
219219 coverage xml --ignore-errors
220220 if pgrep python; then pkill python; fi
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ pyflakes
1717black >= 26.3.1
1818isort >= 5.1 , < 6 , != 6.0.0
1919ruff >= 0.14.11 ,< 0.15
20- pytype >= 2020.6.1 , <= 2024.4.11 ; platform_system != "Windows"
2120pybind11
2221types-setuptools
2322mypy >= 1.5.0 , < 1.12.0
You can’t perform that action at this time.
0 commit comments