We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f305c commit bdfcb31Copy full SHA for bdfcb31
.ci/pipeline/ci.yml
@@ -76,8 +76,6 @@ jobs:
76
- job: LinuxCondaEnv
77
dependsOn: Lint
78
timeoutInMinutes: 120
79
- variables:
80
- COVERAGE_RCFILE: '$(Build.Repository.LocalPath)/.coveragerc'
81
strategy:
82
matrix:
83
Python3.9_Sklearn1.0:
@@ -99,12 +97,9 @@ jobs:
99
97
vmImage: 'ubuntu-22.04'
100
98
steps:
101
- template: build-and-test-lnx.yml
102
- - template: codecov-lnx.yml
103
- job: WindowsCondaEnv
104
105
106
107
- COVERAGE_RCFILE: '$(Build.Repository.LocalPath)\.coveragerc'
108
109
110
@@ -126,4 +121,3 @@ jobs:
126
121
vmImage: 'windows-2022'
127
122
128
123
- template: build-and-test-win.yml
129
- - template: codecov-win.yml
0 commit comments