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: