Skip to content

Commit e246bde

Browse files
committed
temp tests
Signed-off-by: Wenqi Li <[email protected]>
1 parent b1f8e9a commit e246bde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/setupapp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
python -c $'import torch\na,b=torch.zeros(1,device="cuda:0"),torch.zeros(1,device="cuda:1");\nwhile True:print(a,b)' > /dev/null &
6161
python -c "import torch; print(torch.__version__); print('{} of GPUs available'.format(torch.cuda.device_count()))"
6262
python -c 'import torch; print(torch.rand(5, 3, device=torch.device("cuda:0")))'
63-
BUILD_MONAI=1 ./runtests.sh --coverage --unittests # unit tests with coverage report
6463
BUILD_MONAI=1 ./runtests.sh --coverage --net # integration tests with coverage report
6564
coverage xml
6665
if pgrep python; then pkill python; fi

0 commit comments

Comments
 (0)