Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Oct 11, 2024
1 parent 32190f0 commit 5288fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:

- name: Check types
if: matrix.python-version == '3.11'
run: poetry run mypy -p pyown; exit 0
run: poetry run mypy -p pyown | exit 0

0 comments on commit 5288fde

Please sign in to comment.