test: Add installing of jupyter notebook to github action

Install jupyter notebooks in github action

Test #COG-462
This commit is contained in:
Igor Ilic 2024-10-29 13:58:52 +01:00
parent 243f0e3a7b
commit ec0f4c61b1

View file

@ -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: