Skip to content

Commit

Permalink
CI: try tests without xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 28, 2024
1 parent 6f6b72f commit b0349b1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,13 @@ jobs:
- name: Report dependency versions
run: pip freeze -r requirements.txt
- name: Test
uses: coactions/setup-xvfb@v1
with:
run: |
export NAVIS_HEADLESS=TRUE
pytest --verbose
run: |
export NAVIS_HEADLESS=TRUE
pytest --verbose
# - name: Test
# uses: coactions/setup-xvfb@v1
# with:
# run: |
# export NAVIS_HEADLESS=TRUE
# pytest --verbose

0 comments on commit b0349b1

Please sign in to comment.