Skip to content

Commit bdfcb31

Browse files
committed
remove further mistakes
1 parent 50f305c commit bdfcb31

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.ci/pipeline/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ jobs:
7676
- job: LinuxCondaEnv
7777
dependsOn: Lint
7878
timeoutInMinutes: 120
79-
variables:
80-
COVERAGE_RCFILE: '$(Build.Repository.LocalPath)/.coveragerc'
8179
strategy:
8280
matrix:
8381
Python3.9_Sklearn1.0:
@@ -99,12 +97,9 @@ jobs:
9997
vmImage: 'ubuntu-22.04'
10098
steps:
10199
- template: build-and-test-lnx.yml
102-
- template: codecov-lnx.yml
103100
- job: WindowsCondaEnv
104101
dependsOn: Lint
105102
timeoutInMinutes: 120
106-
variables:
107-
COVERAGE_RCFILE: '$(Build.Repository.LocalPath)\.coveragerc'
108103
strategy:
109104
matrix:
110105
Python3.9_Sklearn1.0:
@@ -126,4 +121,3 @@ jobs:
126121
vmImage: 'windows-2022'
127122
steps:
128123
- template: build-and-test-win.yml
129-
- template: codecov-win.yml

0 commit comments

Comments
 (0)