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