Skip to content

Commit 567e0f8

Browse files
committed
rev
1 parent aa1ff34 commit 567e0f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.azure/gpu-tests-pytorch.yml

+7
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,13 @@ jobs:
170170
displayName: "Testing: PyTorch standalone tests"
171171
timeoutInMinutes: "35"
172172

173+
- bash: bash run_standalone_tasks.sh
174+
workingDirectory: tests/tests_pytorch
175+
env:
176+
PL_USE_MOCKED_MNIST: "1"
177+
displayName: "Testing: PyTorch standalone tasks"
178+
timeoutInMinutes: "10"
179+
173180
- bash: |
174181
python -m coverage report
175182
python -m coverage xml

0 commit comments

Comments
 (0)