Skip to content

Commit

Permalink
Add nose to the package list for TL1_separate_executor. (#5393)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Zientkiewicz <[email protected]>
  • Loading branch information
mzient authored Mar 25, 2024
1 parent cca2a7f commit 5897b48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions qa/TL1_separate_executor/test_mxnet.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash -e
# used pip packages
# to be run inside a MXNet container - so don't need to list it here as a pip package dependency
pip_packages='nose'
target_dir=./dali/test/python
one_config_only=true

Expand Down
2 changes: 1 addition & 1 deletion qa/TL1_separate_executor/test_nofw.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e
# used pip packages
pip_packages=''
pip_packages='nose'
target_dir=./dali/test/python
one_config_only=true

Expand Down
2 changes: 1 addition & 1 deletion qa/TL1_separate_executor/test_paddle.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
pip_packages='paddlepaddle-gpu'
pip_packages='paddlepaddle-gpu nose'
target_dir=./dali/test/python
one_config_only=true

Expand Down
2 changes: 1 addition & 1 deletion qa/TL1_separate_executor/test_pytorch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e
# used pip packages
pip_packages='pillow torchvision torch'
pip_packages='pillow torchvision torch nose'
target_dir=./dali/test/python
one_config_only=true

Expand Down

0 comments on commit 5897b48

Please sign in to comment.