Skip to content

Commit

Permalink
Try to avoid segmentation fault
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 5, 2022
1 parent 0dd4ddb commit ae68114
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
python3 -m pip install -U -r requirements/testing.txt
- name: Run Unit tests
run: |
Xvfb :1 &
python3 -m pytest tests/qgis/
run: python3 -m pytest tests/qgis/

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2

0 comments on commit ae68114

Please sign in to comment.