From ec0f4c61b17083dace881e9fe1c29471097ead3b Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Tue, 29 Oct 2024 13:58:52 +0100 Subject: [PATCH] test: Add installing of jupyter notebook to github action Install jupyter notebooks in github action Test #COG-462 --- .github/workflows/test_notebook.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_notebook.yml b/.github/workflows/test_notebook.yml index ec2a09fa6..101cfe33e 100644 --- a/.github/workflows/test_notebook.yml +++ b/.github/workflows/test_notebook.yml @@ -43,7 +43,9 @@ jobs: installer-parallel: true - name: Install dependencies - run: poetry install --no-interaction + run: | + poetry install --no-interaction + poetry add jupyter --no-interaction - name: Execute Jupyter Notebook env: