From 97d58267d6f93256bad79da162f9b91891a1872e Mon Sep 17 00:00:00 2001 From: marko-kraemer Date: Sat, 2 Nov 2024 06:32:11 +0100 Subject: [PATCH] wip --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e88ac259..bfd46a3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,7 @@ jobs: run: | curl -sSL https://install.python-poetry.org | python3 - - - name: Install dependencies - run: poetry install \ No newline at end of file + - name: Update lock file and install dependencies + run: | + poetry lock + poetry install \ No newline at end of file