Loading .gitlab-ci.yml +11 −11 Original line number Diff line number Diff line Loading @@ -37,17 +37,17 @@ test_dependencies: - gen-patt /dev/null F 1 1 /dev/null 0 - python3 --version - pip3 show numpy # Use of pip is assumed for python dependencies - pip3 show scipy - pip3 show plotly - pip3 show pytest - pip3 show pytest-xdist - pip3 show pytest-html - pip3 show matplotlib - pip3 show pandas - pip3 show requests - pip3 show bitstring - pip3 list - python3 -m pip 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 - python3 -m pip show pytest-xdist - python3 -m pip show pytest-html - python3 -m pip show matplotlib - python3 -m pip show pandas - python3 -m pip show requests - python3 -m pip show bitstring - python3 -m pip list - whoami - whoami | groups Loading Loading
.gitlab-ci.yml +11 −11 Original line number Diff line number Diff line Loading @@ -37,17 +37,17 @@ test_dependencies: - gen-patt /dev/null F 1 1 /dev/null 0 - python3 --version - pip3 show numpy # Use of pip is assumed for python dependencies - pip3 show scipy - pip3 show plotly - pip3 show pytest - pip3 show pytest-xdist - pip3 show pytest-html - pip3 show matplotlib - pip3 show pandas - pip3 show requests - pip3 show bitstring - pip3 list - python3 -m pip 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 - python3 -m pip show pytest-xdist - python3 -m pip show pytest-html - python3 -m pip show matplotlib - python3 -m pip show pandas - python3 -m pip show requests - python3 -m pip show bitstring - python3 -m pip list - whoami - whoami | groups Loading