Skip to content

Commit

Permalink
call pytest with python in cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtedn21 committed Nov 7, 2023
1 parent 39a974a commit 78929de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
poetry install --with=dev
- name: Testing
run: pytest
run: python -m pytest

0 comments on commit 78929de

Please sign in to comment.