diff --git a/.gitlab/ci/release/pip.gitlab-ci.yml b/.gitlab/ci/release/pip.gitlab-ci.yml index 3faf11b549bb2a542cae5846c3729609e28c7c71..390aeb1624bf45b1da14ee9f90fb15c7ea6dc746 100644 --- a/.gitlab/ci/release/pip.gitlab-ci.yml +++ b/.gitlab/ci/release/pip.gitlab-ci.yml @@ -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 ../../../..