Skip to content

Commit 34c6859

Browse files
committed
fix: remove literary from test deps
1 parent 489a0fb commit 34c6859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
path: dist
6666

6767
- name: Install build + test dependencies
68-
run: pip install pytest dist/*.whl nbconvert ipykernel literary
68+
run: pip install pytest dist/*.whl nbconvert ipykernel
6969

7070
- name: Test package
7171
env:

0 commit comments

Comments
 (0)