File tree 3 files changed +10
-6
lines changed 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ .. image :: https://dev.azure.com/pandas-dev/pandas-wheels/_apis/build/status/MacPython.pandas-wheels?branchName=master
2
+ :target: https://dev.azure.com/pandas-dev/pandas-wheels/_build/latest?definitionId=2&branchName=master
3
+
4
+
1
5
####################################
2
6
Building and uploading pandas wheels
3
7
####################################
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ schedules:
7
7
- master
8
8
always : true
9
9
10
+ trigger :
11
+ - master
12
+
13
+ pr :
14
+ - master
15
+
10
16
jobs :
11
17
- template : azure/windows.yml
12
18
parameters :
Original file line number Diff line number Diff line change 86
86
teardown_test_venv
87
87
displayName: Install wheel and test
88
88
condition: eq(variables['SKIP_BUILD'], 'false')
89
- - task : PublishTestResults@2
90
- inputs :
91
- testResultsFiles : ' $(TEST_DIR)/$(JUNITXML)'
92
- testRunTitle : ${{ format('{0}-$(Agent.JobName)', parameters.name) }}
93
- displayName : ' Publish Test Results'
94
- condition : eq(variables['SKIP_BUILD'], 'false')
95
89
96
90
- bash : echo "##vso[task.prependpath]$CONDA/Scripts"
97
91
displayName : Add conda to PATH
You can’t perform that action at this time.
0 commit comments