Skip to content

Commit f5401c3

Browse files
Remove unnecessary Jupyter installation from CI workflow
Co-Authored-By: Filip Pyrek <PyrekFilip@gmail.com>
1 parent 4f48157 commit f5401c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ jobs:
168168
with:
169169
python-version: '3.12'
170170

171-
- name: Install Jupyter
172-
run: python3 -m pip install jupyter ipykernel
173-
174171
- name: Install dependencies
175172
run: npm ci --prefer-offline --no-audit
176173
env:

0 commit comments

Comments
 (0)