Remove dedicated poetry check

Roll it into the install
This commit is contained in:
Jake Howard 2022-09-13 15:13:48 +01:00
parent 72642d948f
commit 9d4ac5fa1d
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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