Skip to content

Commit

Permalink
Update python-mac-os-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srajan-kiyotaka authored Jun 21, 2024
1 parent db6ddab commit 9b3c52b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-mac-os-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,5 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Set up virtual display
run: |
brew install xvfb
export DISPLAY=:99.0
Xvfb :99 -screen 0 1024x768x16 &
- name: Run tests on macOS
run: python -m unittest discover -s tests

0 comments on commit 9b3c52b

Please sign in to comment.