We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7803f commit b3c8435Copy full SHA for b3c8435
.github/workflows/main.yml
@@ -36,12 +36,7 @@ jobs:
36
- name: Install package with test dependencies
37
run: pip install .[test]
38
39
- - name: Test installation with nbdime
40
- if: ${{ matrix.python-version != '3.9' }}
41
- run: pytest -v --nbdime
42
-
43
- name: Test installation without nbdime
44
- if: ${{ matrix.python-version == '3.9' }}
45
run: pytest -v
46
47
- name: Test flake8
0 commit comments