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 uses: abatilo/actions-poetry@v4
with: with:
poetry-version: ${{ matrix.poetry-version }} poetry-version: ${{ matrix.poetry-version }}
- name: Ensure lockfile is updated
run: |
poetry lock
- name: Install python dependencies - name: Install python dependencies
run: | run: |
poetry install poetry install