Skip to content

Commit d669884

Browse files
committed
fix CI, ruff
1 parent 56da38a commit d669884

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_doc/examples/plot_benchmark_rf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def skl2onnx_convert_lightgbm(scope, operator, container):
7676
out, err = run_cmd("lscpu")
7777
print(out)
7878
except Exception as e:
79-
print("lscpu not available: {e}")
79+
print(f"lscpu not available: {e}")
8080

8181
###############################################
8282
# Or with the following command.

azure-pipelines.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
vmImage: 'windows-latest'
5555
strategy:
5656
matrix:
57-
Python310-Linux:
57+
Python310-Windows:
5858
python.version: '3.10'
5959
maxParallel: 3
6060

@@ -111,10 +111,6 @@ jobs:
111111
displayName: 'Install omp'
112112
- script: brew install p7zip
113113
displayName: 'Install p7zip'
114-
# - script: brew install pandoc
115-
# displayName: 'Install Pandoc'
116-
# - script: brew install graphviz
117-
# displayName: 'Install Graphviz'
118114
- script: python -m pip install --upgrade pip setuptools wheel
119115
displayName: 'Install tools'
120116
- script: brew install pybind11

0 commit comments

Comments
 (0)