Commit c3b0e76d authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch '57-fix-remove-pip-outdated-from-python-pipelines' into 'master'

fix: remove pip:outdated from python pipelines

Closes #57

See merge request ci/templates!31
parents c94da606 ac35a2df
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ include:
  - local: 'python/black.yml'
  - local: 'python/pylint.yml'
  - local: 'python/pytest.yml'
  - local: 'python/pip-outdated.yml'
  - local: 'python/bandit.yml'
  - local: 'python/safety.yml'
  - local: 'python/semantic-release/private.yml'
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ include:
  - local: 'python/black.yml'
  - local: 'python/pylint.yml'
  - local: 'python/pytest.yml'
  - local: 'python/pip-outdated.yml'
  - local: 'python/bandit.yml'
  - local: 'python/safety.yml'
  - local: 'python/mypy.yml'