Skip to content

Commit

Permalink
Dont run gui tests in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenedavitorialobo authored and jni committed Jun 7, 2021
1 parent 238cf9a commit 97a217d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
- name: Test
shell: bash -l {0}
run: pytest
run: |
export MPLBACKEND="ps"
python -c 'import matplotlib.pyplot as plt; print(plt.get_backend())'
pytest --ignore skan/gui.py
- name: Coverage
if: runner.os == 'Linux' && matrix.python == '3.9'
Expand Down

0 comments on commit 97a217d

Please sign in to comment.