Fixed python package testing workflow

This commit is contained in:
2025-05-28 10:32:57 +01:00
parent 14f248e6aa
commit 782d1e0da0

View File

@@ -33,6 +33,9 @@ jobs:
uses: abatilo/actions-poetry@v4
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Ensure lockfile is updated
run: |
poetry lock
- name: Install python dependencies
run: |
poetry install