Skip to content

Commit 2416b46

Browse files
committed
remove artefacts after test
1 parent 80a8590 commit 2416b46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

run_mlp_tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ docker build . --network=host -f Dockerfile-mlp-sdk-test \
66
-t mlp_sdk_tests --no-cache
77

88
docker run --network=host -v $(pwd):/mlp_python_sdk mlp_sdk_tests pip install .
9-
docker run --network=host -v $(pwd):/mlp_python_sdk mlp_sdk_tests pytest
9+
docker run --network=host -v $(pwd):/mlp_python_sdk mlp_sdk_tests pytest
10+
11+
sudo rm -Rf $(find . -name __pycache__)

0 commit comments

Comments
 (0)