Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ test_dependencies: - gen-patt /dev/null F 1 1 /dev/null 0 - python3 --version - python3 -m pip show numpy # Use of pip is assumed for python dependencies - pip3 show numpy # Use of pip is assumed for python dependencies - python3 -m pip show scipy - python3 -m pip show plotly - python3 -m pip show pytest Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ test_dependencies: - gen-patt /dev/null F 1 1 /dev/null 0 - python3 --version - python3 -m pip show numpy # Use of pip is assumed for python dependencies - pip3 show numpy # Use of pip is assumed for python dependencies - python3 -m pip show scipy - python3 -m pip show plotly - python3 -m pip show pytest Loading