Skip to content

Commit 0a7fe26

Browse files
author
Kenneth Nordum
committed
typo
1 parent 3ce2815 commit 0a7fe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
displayName: "Install dependencies"
2626
2727
- script: |
28-
poetry run pytest pytest tests/ --cov ngi_kof_parser --cov-report html
28+
poetry run pytest tests/ --cov ngi_kof_parser --cov-report html
2929
displayName: "pytest"
3030
3131
- script: poetry version $(poetry version -s)-dev.$(Build.BuildId)

0 commit comments

Comments
 (0)