Skip to content

Commit

Permalink
Check Poetry lock file consistency (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored Aug 9, 2023
1 parent 4fbf87c commit 7a2fdff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
poetry-version: "1.4.1" # REASON: https://github.com/python-poetry/poetry/issues/8180
python-version: ${{ matrix.python-version }}

- name: Check Poetry lock file consistency
run: poetry lock --check

- name: Install dependencies
run: poetry install --no-interaction

Expand Down

0 comments on commit 7a2fdff

Please sign in to comment.