Skip to content

Commit

Permalink
make conformant name change
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Jul 23, 2024
1 parent 6ff0a1d commit bcfdf91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
pip install isort black[jupyter]==24.1.1
isort --profile black --check . && black --check .
displayName: 'Linting'
- job: Linux-conda
- job: Linux_conda
dependsOn: Lint
timeoutInMinutes: 120
strategy:
Expand All @@ -82,7 +82,7 @@ jobs:
vmImage: 'ubuntu-22.04'
steps:
- template: build-and-test-lnx.yml
- job: Windows-conda
- job: Windows_conda
dependsOn: Lint
timeoutInMinutes: 120
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
include:
- PYTHON_VERSION: "3.9"
SKLEARN_VERSION: "1.1"
name: Linux-nightly/pip Python${{ matrix.PYTHON_VERSION }}_Sklearn${{ matrix.SKLEARN_VERSION }}
name: Linux_nightly/pip Python${{ matrix.PYTHON_VERSION }}_Sklearn${{ matrix.SKLEARN_VERSION }}
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
include:
- PYTHON_VERSION: "3.9"
SKLEARN_VERSION: "1.1"
name: Windows-nightly/pip Python${{ matrix.PYTHON_VERSION }}_Sklearn${{ matrix.SKLEARN_VERSION }}
name: Windows_nightly/pip Python${{ matrix.PYTHON_VERSION }}_Sklearn${{ matrix.SKLEARN_VERSION }}
runs-on: windows-2022

steps:
Expand Down

0 comments on commit bcfdf91

Please sign in to comment.