Skip to content

Commit e00be4d

Browse files
committed
fix ci test unit script
1 parent 16d4d64 commit e00be4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/test_unit.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
set -e
1919

2020
# Run tests
21-
TF_GPU_ALLOCATOR=cuda_malloc_async pytest -rsx tests/unit tests/notebook
22-
21+
TF_GPU_ALLOCATOR=cuda_malloc_async pytest -rsx tests/unit
2322

0 commit comments

Comments
 (0)