From d8d5887600027dc34109813efc0dfef1eec351f2 Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Fri, 23 Aug 2024 12:18:52 +0200 Subject: [PATCH] Add CSE notebook to notebook_tests.yaml [CodeBuild] --- .github/workflows/notebook_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/notebook_tests.yaml b/.github/workflows/notebook_tests.yaml index a49048f4..eceda999 100644 --- a/.github/workflows/notebook_tests.yaml +++ b/.github/workflows/notebook_tests.yaml @@ -11,6 +11,7 @@ jobs: fail-fast: false matrix: nb_test: + - { name: "CSE notebook", test_file: "nbtest_cloud.py" } - { name: "sklearn notebook", test_file: "nbtest_sklearn.py" } - { name: "ibis notebook", test_file: "nbtest_ibis.py" } - { name: "SLC notebook", test_file: "nbtest_script_languages_container.py" }