Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed May 30, 2024
1 parent eb2db78 commit fb59276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: pip install poetry && poetry install

- name: Test
run: pytest -v
run: poetry run pytest -v

0 comments on commit fb59276

Please sign in to comment.