Skip to content

Commit 87b7d3f

Browse files
committed
Use headless mode
1 parent 2b472cf commit 87b7d3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install -r tests/requirements.txt --quiet
4343
4444
- name: Run tests
45-
run: pytest
45+
run: pytest --headless
4646

4747
python-3-12-install-test:
4848
runs-on: ubuntu-latest
@@ -93,4 +93,4 @@ jobs:
9393
pip install -r tests/requirements.txt --quiet
9494
npm install --ignore-scripts
9595
npm run build
96-
pytest
96+
pytest --headless

0 commit comments

Comments
 (0)