Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
cc3ba91e
Commit
cc3ba91e
authored
Jan 09, 2026
by
wenjh
Browse files
Remove python path in L0_pytroch_unittest
Signed-off-by:
wenjh
<
wenjh@sugon.com
>
parent
b998121c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
qa/L0_pytorch_unittest/test.sh
qa/L0_pytorch_unittest/test.sh
+0
-2
No files found.
qa/L0_pytorch_unittest/test.sh
View file @
cc3ba91e
...
...
@@ -24,8 +24,6 @@ mkdir -p "$XML_LOG_DIR"
pip3
install
pytest
==
8.2.1
||
error_exit
"Failed to install pytest"
pip3
install
expecttest
||
error_exit
"Failed to install expecttest"
# Set PYTHONPATH to include the source directory
export
PYTHONPATH
=
"
${
TE_PATH
}
:
${
PYTHONPATH
}
"
python3
-m
pytest
-v
-s
--junitxml
=
$XML_LOG_DIR
/pytest_test_sanity.xml
$TE_PATH
/tests/pytorch/test_sanity.py
||
test_fail
"test_sanity.py"
python3
-m
pytest
-v
-s
--junitxml
=
$XML_LOG_DIR
/pytest_test_recipe.xml
$TE_PATH
/tests/pytorch/test_recipe.py
||
test_fail
"test_recipe.py"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment