Commit dd7e5a8c authored by Federico Falconieri's avatar Federico Falconieri
Browse files

Merge branch 'remove-pip-show' into 'master'

fix: remove pip show

See merge request ci/templates!55
parents 74152837 351c6331
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ python:poetry:outdated:
  stage: test
  image: registry.gitlab.com/notno/python-tests
  script:
    - pip show poetry
    - poetry install
    - |
      if poetry show --ansi --outdated | \grep -P ' \e\[31m' --color=never; then
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ python:poetry:publish:
  image: registry.gitlab.com/notno/python-tests
  stage: .post
  script:
    - pip show poetry
    - |
      if ! poetry shell >/dev/null; then
        PYTHON_PROJECT_VERSION=$(dasel select -f pyproject.toml "tool.poetry.dependencies.python")