Skip to content

Commit

Permalink
chore: add poetry check for lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Oct 19, 2023
1 parent 5a7d909 commit caac246
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
- name: Test the Python version with tox
run: tox

0 comments on commit caac246

Please sign in to comment.