Skip to content

Commit fb1142e

Browse files
committed
remove blocking
1 parent c18007f commit fb1142e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compatiblity_test_on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Unit Testing
6969
run: |
70-
PYTHONPATH=$PWD CUDA_LAUNCH_BLOCKING=1 pytest --durations=0 tests
70+
PYTHONPATH=$PWD pytest --durations=0 tests
7171
env:
7272
DATA: /data/scratch/cifar-10
7373
LD_LIBRARY_PATH: /github/home/.tensornvme/lib

0 commit comments

Comments
 (0)