Skip to content

Commit 5b02a7a

Browse files
committed
add pytest
1 parent e7318f5 commit 5b02a7a

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

3rdparty/cudnn-frontend

3rdparty/googletest

qa/L0_pytorch_debug_unittest/test.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ FAIL=0
1818

1919
# It is not installed as a requirement,
2020
# because it is not available on PyPI.
21-
# pip uninstall -y nvdlfw-inspect
22-
# pip install git+https://github.com/NVIDIA/nvidia-dlfw-inspect.git
21+
pip uninstall -y nvdlfw-inspect
22+
pip install git+https://github.com/NVIDIA/nvidia-dlfw-inspect.git
23+
pip install pytest==8.2.1
2324

2425
run_test_step() {
2526
local xml_file=$1

0 commit comments

Comments
 (0)