Skip to content

Commit

Permalink
fix: GH action test - change pytest run command
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagojacinto authored Apr 24, 2022
1 parent 9d6b454 commit 8550131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/execute-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Execute tests with pytest
run: |
pytest
python -m pytest

0 comments on commit 8550131

Please sign in to comment.