Skip to content

Commit

Permalink
remove further mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Jan 7, 2025
1 parent 50f305c commit bdfcb31
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
- job: LinuxCondaEnv
dependsOn: Lint
timeoutInMinutes: 120
variables:
COVERAGE_RCFILE: '$(Build.Repository.LocalPath)/.coveragerc'
strategy:
matrix:
Python3.9_Sklearn1.0:
Expand All @@ -99,12 +97,9 @@ jobs:
vmImage: 'ubuntu-22.04'
steps:
- template: build-and-test-lnx.yml
- template: codecov-lnx.yml
- job: WindowsCondaEnv
dependsOn: Lint
timeoutInMinutes: 120
variables:
COVERAGE_RCFILE: '$(Build.Repository.LocalPath)\.coveragerc'
strategy:
matrix:
Python3.9_Sklearn1.0:
Expand All @@ -126,4 +121,3 @@ jobs:
vmImage: 'windows-2022'
steps:
- template: build-and-test-win.yml
- template: codecov-win.yml

0 comments on commit bdfcb31

Please sign in to comment.