https://gitlab.com/migvasc/lowcarboncloud/
Revision 44d2de89057ff6df4657769e0b14ac2bade57830 authored by migvasc on 10 March 2023, 13:36:34 UTC, committed by migvasc on 10 March 2023, 13:36:34 UTC
Updating figures numbers and adding codemeta.json

See merge request migvasc/lowcarboncloud!14
2 parent s a824c41 + df37370
Raw File
Tip revision: 44d2de89057ff6df4657769e0b14ac2bade57830 authored by migvasc on 10 March 2023, 13:36:34 UTC
Merge branch 'master' into 'main'
Tip revision: 44d2de8
.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