From 1fc620d092cf07febee72864096df4d29f562ac1 Mon Sep 17 00:00:00 2001 From: Mikhail Andrenkov Date: Tue, 3 Oct 2023 09:44:35 -0400 Subject: [PATCH] Do not skip example execution --- .github/workflows/build-text.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-text.yml b/.github/workflows/build-text.yml index 7cb569748d..9362c00311 100644 --- a/.github/workflows/build-text.yml +++ b/.github/workflows/build-text.yml @@ -19,7 +19,7 @@ jobs: enable_python_cache: false enable_sphinx_cache: true enable_qml_execution_times_cache: false - skip_execution_of_examples: true + skip_execution_of_examples: false skip_execution_times_aggregation: true skip_sphinx_build_file_aggregation: false sphinx_build_output_format: text