fix ci
This commit is contained in:
parent
3c9a86f67c
commit
a15030adaa
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue