File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 9393 - run :
9494 name : Run linters and code style checks
9595 command : make py-style
96- # - run:
97- # name: Exercise the benchmarks
98- # command: make benchmark-ci
96+ - unless :
97+ condition :
98+ equal : ["3.9", << parameters.python_version >>]
99+ steps :
100+ - run :
101+ name : Exercise the benchmarks
102+ command : make benchmark-ci
99103 - run :
100104 name : Run cicd tests
101105 command : make cicd-test
Original file line number Diff line number Diff line change @@ -248,4 +248,4 @@ vscode-generate-openapi:
248248 cd vscode/react && pnpm run generate:api
249249
250250benchmark-ci :
251- python benchmarks/lsp_render_model_bench.py --debug-single-value
251+ python benchmarks/lsp_render_model_bench.py --debug-single-value --processes=1
You can’t perform that action at this time.
0 commit comments