diff --git a/.github/workflows/common_checks.yaml b/.github/workflows/common_checks.yaml index 5f363ff66..a84c2d950 100644 --- a/.github/workflows/common_checks.yaml +++ b/.github/workflows/common_checks.yaml @@ -37,6 +37,8 @@ jobs: virtualenvs-in-project: false virtualenvs-path: ~/my-custom-path installer-parallel: true + - name: Check if dependencies can be locked + run: poetry lock - name: Poetry install requirements and check they can be locked run: poetry install --all-extras --no-interaction -vvv