Skip to content

Commit f27e47c

Browse files
committed
#354 Setup the TXAIE notebook test
1 parent 000c6d0 commit f27e47c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/notebook_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- { name: "TE notebooks onprem", test_file: "nbtest_transformers.py", test_backend: "onprem" }
2121
- { name: "TE notebooks saas", test_file: "nbtest_transformers.py", test_backend: "saas"}
2222
- { name: "short notebook tests", test_file: "\"nbtest_environment_test.py nbtest_itde.py\"", test_backend: ""}
23-
- { name: "TXAIE notebooks saas", test_file: "nbtest_text_ai", test_backend: "saas"}
23+
- { name: "TXAIE notebooks saas", test_file: "nbtest_text_ai.py", test_backend: "saas"}
2424
name: Running ${{ matrix.nb_test.name }}
2525
steps:
2626
- uses: actions/checkout@v4
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
nb_test:
60-
- { name: "TXAIE notebooks onprem", test_file: "nbtest_text_ai", test_backend: "onprem"}
60+
- { name: "TXAIE notebooks onprem", test_file: "nbtest_text_ai.py", test_backend: "onprem"}
6161
name: Running ${{ matrix.nb_test.name }}
6262
steps:
6363
- uses: actions/checkout@v4

exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ scikit-learn==1.6.1 # required for notebook sklearn
22
matplotlib==3.10.0 # required for notebook sklearn
33
jupysql==0.10.17 # required for multiple notebooks
44
stopwatch.py>=2.0.1 # also required by ITDE
5-
exasol-notebook-connector==0.4.2
5+
exasol-notebook-connector==0.5.0
66
pickleshare==0.7.5 # See https://github.com/exasol/ai-lab/issues/291 for details.
77
ipyfilechooser==0.6.0 # required for SLC notebooks
88
ipywidgets==8.1.5 # enable interactive Javascript widgets in the notebooks

test/notebooks/test_dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pytest-check-links
66
pytest-exasol-backend
77

88
# exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook_requirements.txt
9-
# currently declares dependency exasol-notebook-connector==0.4.0 which in turn
9+
# currently declares dependency exasol-notebook-connector==0.5.0 which in turn
1010
# depends on script-languages-container-tool 0.19.0.
1111
#
1212
# The dependency to exasol-pytest-backend above in turn depends on

0 commit comments

Comments
 (0)