From ec9cacb6107b4a45d58c637c53668acad24941f7 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 6 Jan 2022 22:22:50 +0100 Subject: [PATCH] ci: post-release cleanup Signed-off-by: Jens Langhammer --- .github/workflows/ci-main.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 4e151c3d7..8a60e18ef 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -95,11 +95,7 @@ jobs: INSTALL: ${{ steps.cache-poetry.outputs.cache-hit }} run: | scripts/ci_prepare.sh - # Sync anyways since stable will have different dependencies - # TODO: Remove after next stable release - if [[ -f "Pipfile.lock" ]]; then - pipenv install --dev - fi + # install anyways since stable will have different dependencies poetry install - name: run migrations to stable run: poetry run python -m lifecycle.migrate @@ -108,13 +104,7 @@ jobs: set -x git fetch git reset --hard HEAD - # TODO: Remove after next stable release - rm -f poetry.lock git checkout $GITHUB_SHA - # TODO: Remove after next stable release - if [[ -f "Pipfile.lock" ]]; then - pipenv install --dev - fi poetry install - name: prepare env: