https://gitlab.com/migvasc/lowcarboncloud/
Raw File
Tip revision: cad36455e6d063695db56fe30af1cd2ff2c72c67 authored by migvasc on 09 February 2023, 14:45:36 UTC
Merge branch 'master' into 'main'
Tip revision: cad3645
.gitlab-ci.yml
test:
  script:
  - apt-get update -qy
  - apt-get install -y python-dev python3-pip
  - pip install -r requirements.txt
  - pytest scripts/test.py
back to top