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 8491483 commit c91289eCopy full SHA for c91289e
1 file changed
.github/workflows/main.yml
@@ -37,11 +37,11 @@ jobs:
37
run: pip install .[test]
38
39
- name: Test installation with nbdime
40
- if: ${{ matrix.python-version != "3.9" }}
+ 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" }}
+ if: ${{ matrix.python-version == '3.9' }}
45
run: pytest -v
46
47
- name: Test flake8
0 commit comments