Thanks to visit codestin.com Credit goes to github.com
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 c748889 commit 9cc20d3Copy full SHA for 9cc20d3
1 file changed
.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