Skip to content

Commit

Permalink
Merge pull request #22 from kharms-dev/mylesagray-patch-1
Browse files Browse the repository at this point in the history
[Fix] Load pytest as a module, as not in GH Actions builder path
  • Loading branch information
minuq authored Nov 14, 2022
2 parents bfc13f6 + c173b8a commit dff5799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ autopep8 = "*"
python_version = "3.8"

[scripts]
test = "pytest --cov=app --cov-report=html"
test = "python -m pytest --cov=app --cov-report=html"

0 comments on commit dff5799

Please sign in to comment.