Skip to content
Snippets Groups Projects
Commit c657e584 authored by Thibault Allenet's avatar Thibault Allenet
Browse files

add pip list

parent cd52ea35
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ release:pip:ubuntu:
- python --version
- python -m pip wheel -w wheelhouse .
- echo "Tests"
- python -m pip list
- >
for DEP_NAME in "${DEPS_NAMES[@]}"; do
echo "current dep $DEP_NAME"
......@@ -37,6 +38,7 @@ release:pip:ubuntu:
- mv $CI_PROJECT_NAME src
- ls src
############################################################################
- python -m pip list
- cd src/$CI_PROJECT_NAME/unit_tests
- export PATH_TEST=$(pwd)
- cd ../../../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment