Skip to content

Commit

Permalink
chore: add poetry check for lock file (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval authored Oct 19, 2023
1 parent 5a7d909 commit 0b610cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry tox tox-gh-actions
- name: Test the lock file is up to date
run: python -m poetry check --lock
- name: Test the Python version with tox
run: tox

0 comments on commit 0b610cb

Please sign in to comment.