From 9d4ac5fa1d91f3b7b08d492126cae99f86a73055 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 13 Sep 2022 15:13:48 +0100 Subject: [PATCH] Remove dedicated poetry check Roll it into the install --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d553bc..fa8ffc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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