We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24543c commit 66a71c6Copy full SHA for 66a71c6
1 file changed
.github/workflows/master.yml
@@ -36,12 +36,11 @@ jobs:
36
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
37
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Test with pytest
39
+ env:
40
+ MPLBACKEND: TkAgg
41
uses: GabrielBB/xvfb-action@v1.2
- with:
- run: |
42
- pytest --ignore=W605
43
- env:
44
- MPLBACKEND: TkAgg
+ run: |
+ pytest --ignore=W605
45
46
codecov:
47
# If all tests pass:
0 commit comments