Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
abplayzGH committed Dec 17, 2024
1 parent 65f98d4 commit 78e1b69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- name: Set up display
run: |
sudo apt-get install -y xvfb
Xvfb :99 -screen 0 1024x768x24 &
export DISPLAY=:99
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -39,4 +37,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest test_main.py
xvfb-run -a pytest test_main.py

0 comments on commit 78e1b69

Please sign in to comment.