This commit is contained in:
marko-kraemer 2024-11-02 06:32:11 +01:00
parent baae370bea
commit 97d58267d6
1 changed files with 4 additions and 2 deletions

View File

@ -21,5 +21,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: poetry install
- name: Update lock file and install dependencies
run: |
poetry lock
poetry install