Skip to content

Commit

Permalink
Add --strict flag to poetry check in IC
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Jan 12, 2025
1 parent ef750ae commit be3ebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Validate Poetry Configuration and Lockfile Freshness
run: poetry check --lock
run: poetry check --lock --strict

0 comments on commit be3ebf2

Please sign in to comment.