Skip to content

Commit 9cc20d3

Browse files
committed
remove nbdime for now
1 parent c748889 commit 9cc20d3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@ jobs:
3636
- name: Install package with test dependencies
3737
run: pip install .[test]
3838

39-
- name: Test installation with nbdime
40-
if: ${{ matrix.python-version != '3.9' }}
41-
run: pytest -v --nbdime
42-
4339
- name: Test installation without nbdime
44-
if: ${{ matrix.python-version == '3.9' }}
4540
run: pytest -v
4641

4742
- name: Test flake8

0 commit comments

Comments
 (0)