.gitlab-ci.yml 113 B

123456789
  1. stages:
  2. - test
  3. test:
  4. image: python:3.11
  5. stage: test
  6. script:
  7. - pip install -e .[dev]
  8. - pytest -q