Skip to content

Commit

Permalink
Don't run tests under xvfb-run unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Mar 8, 2024
1 parent 73b6b72 commit 8f6714f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test-with-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install package under test
run: python -m pip install .
- name: Run tests (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
mkdir testdir
cd testdir
xvfb-run -a python -X faulthandler -m unittest discover -v scimath
- name: Run tests (not Ubuntu)
if: matrix.os != 'ubuntu-latest'
- name: Run tests
run: |
mkdir testdir
cd testdir
Expand Down

0 comments on commit 8f6714f

Please sign in to comment.