Skip to content

Commit 489ea52

Browse files
committed
CI: Windows
1 parent 7166d27 commit 489ea52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure/azure_template_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
6969
- script: |
7070
echo "Testing editable install"
71-
echo pytest -m "${PYTEST_PATTERN}" --junitxml=junit/test-results.xml -n auto --durations=25 pandas_datareader/tests
72-
pytest -m "${PYTEST_PATTERN}" --junitxml=junit/test-results.xml -n auto --durations=25 pandas_datareader/tests
71+
echo pytest --durations=25 pandas_datareader/tests
72+
pytest --durations=25 pandas_datareader/tests
7373
displayName: 'Run tests'
7474
7575
- task: PublishTestResults@2

0 commit comments

Comments
 (0)