Skip to content

Commit d82de38

Browse files
committed
updated pyproject
1 parent b0bb546 commit d82de38

File tree

3 files changed

+1106
-3
lines changed

3 files changed

+1106
-3
lines changed

.github/workflows/ui_notebooks_test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
- name: Setup Guided notebooks execution
6767
run: |
6868
echo "Installing papermill and dependencies..."
69-
pip install poetry ipython ipykernel jupyterlab
69+
pip install poetry ipython ipykernel
70+
pip install poetry
7071
poetry config virtualenvs.create false
7172
echo "Installing SDK..."
7273
poetry install --with test,docs

0 commit comments

Comments
 (0)