TNO Intern

Commit cc41d618 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Adding a new gitlab-ci test which checks if the pyproject.toml has been...

Adding a new gitlab-ci test which checks if the pyproject.toml has been changed to add a new version number
parent 6cafe937
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
stages:
  - test
  - validate
  - deploy
  - deploy_documentation

Run tests:
  stage: test
@@ -54,7 +54,7 @@ check_version_and_changelog:
      fi

pages:
  stage: deploy
  stage: deploy_documentation
  image: python:latest
  script:
    - pip install mkdocs mkdocs-material mkdocstrings-python