ci: post-release cleanup

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-01-06 22:22:50 +01:00
parent 0027dbc0e5
commit ec9cacb610
1 changed files with 1 additions and 11 deletions

View File

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