From c657e58430ab0d529abad0a17900e7553cd60a5f Mon Sep 17 00:00:00 2001 From: thibault allenet <thibault.allenet@cea.fr> Date: Fri, 7 Jun 2024 08:56:19 +0000 Subject: [PATCH] add pip list --- .gitlab/ci/release/pip.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/ci/release/pip.gitlab-ci.yml b/.gitlab/ci/release/pip.gitlab-ci.yml index 3faf11b..390aeb1 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 ../../../.. -- GitLab