test: Add installing of jupyter notebook to github action
Install jupyter notebooks in github action Test #COG-462
This commit is contained in:
parent
243f0e3a7b
commit
ec0f4c61b1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test_notebook.yml
vendored
4
.github/workflows/test_notebook.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue