Generate poetry.lock before caching (#63)

Our Github Actions build cache step is subtly broken. (see comment
below)
This commit is contained in:
Nate Barbettini 2024-09-25 09:46:29 -07:00 committed by GitHub
parent 7d9354b4b4
commit 33621a79e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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