Skip to content

Commit b3c8435

Browse files
committed
remove nbdime for now
1 parent ed7803f commit b3c8435

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.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)