8000 CI: fix env on windows · jklymak/matplotlib@261235e · GitHub
[go: up one dir, main page]

Skip to content

Commit 261235e

Browse files
committed
CI: fix env on windows
1 parent 44ed274 commit 261235e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/azure-pipelines-steps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ steps:
8080

8181
- script: |
8282
env
83-
PYTHONFAULTHANDLER=1 pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2
83+
pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2
8484
displayName: 'pytest'
85+
env:
86+
PYTHONFAULTHANDLER: 1
8587

8688
- task: PublishTestResults@2
8789
inputs:

0 commit comments

Comments
 (0)
0