This commit is contained in:
Michael Jerger 2023-07-14 13:13:28 +02:00
parent 3c9a86f67c
commit a15030adaa

View file

@ -25,21 +25,21 @@ stages:
- if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/'
lint:
<<: *dev
<<: *py
stage: lint&test
script:
- pip install -r dev_requirements.txt
- pyb lint
pytest:
<<: *dev
<<: *py
stage: lint&test
script:
- pip install -r dev_requirements.txt
- pyb test
pypi-stable:
<<: *dev
<<: *py
<<: *tag_only
stage: upload
script: