Skip to content

Commit 66a71c6

Browse files
committed
fix env syntax
1 parent d24543c commit 66a71c6

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/master.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ jobs:
3636
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3737
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
- name: Test with pytest
39+
env:
40+
MPLBACKEND: TkAgg
3941
uses: GabrielBB/xvfb-action@v1.2
40-
with:
41-
run: |
42-
pytest --ignore=W605
43-
env:
44-
MPLBACKEND: TkAgg
42+
run: |
43+
pytest --ignore=W605
4544
4645
codecov:
4746
# If all tests pass:

0 commit comments

Comments
 (0)