Remove dedicated poetry check
Roll it into the install
This commit is contained in:
parent
72642d948f
commit
9d4ac5fa1d
1 changed files with 2 additions and 6 deletions
|
@ -36,6 +36,8 @@ pip:
|
|||
script:
|
||||
- python -m venv env
|
||||
- source env/bin/activate
|
||||
- poetry check
|
||||
- poetry lock --check
|
||||
- poetry install
|
||||
artifacts:
|
||||
name: 'pip-$CI_JOB_ID'
|
||||
|
@ -125,12 +127,6 @@ npm_lint:
|
|||
script:
|
||||
- npm run lint
|
||||
|
||||
poetry:
|
||||
extends: .python_test_template
|
||||
script:
|
||||
- poetry check
|
||||
- poetry lock --check
|
||||
|
||||
crontab:
|
||||
image: alpine
|
||||
stage: test
|
||||
|
|
Loading…
Reference in a new issue