Skip to content

Commit

Permalink
Add Poetry self-check to linting workflow
Browse files Browse the repository at this point in the history
Mostly to ensure that _pyproject.toml_ and _poetry.lock_ are in sync.
  • Loading branch information
andreaso committed Nov 4, 2023
1 parent 0ba3607 commit 4b8085a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Use Python ${{ matrix.py_version }} with Poetry
run: poetry env use python${{ matrix.py_version }}

- name: Poetry self-check
run: poetry check

- name: Install dependencies
run: poetry install

Expand Down

0 comments on commit 4b8085a

Please sign in to comment.