diff --git a/.github/actions/setup-poetry-env/action.yml b/.github/actions/setup-poetry-env/action.yml index a6b07139..ad665590 100644 --- a/.github/actions/setup-poetry-env/action.yml +++ b/.github/actions/setup-poetry-env/action.yml @@ -20,6 +20,10 @@ runs: with: virtualenvs-in-project: true + - name: Generate poetry.lock + run: cd arcade && poetry lock --no-update + shell: bash + - name: Load cached venv id: cached-poetry-dependencies uses: actions/cache@v4