From 3e74746b6e2ba72ee258e1e9386efb57d3f86597 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Wed, 17 Jan 2024 11:20:53 +0100 Subject: [PATCH] Fix tests --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cd1f1df..80bfebf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,7 +53,7 @@ jobs: python -m pip install --upgrade pip setuptools wheel virtualenv tox tox-gh-actions # https://github.com/ymyzk/tox-gh-actions - - name: Run headless test Run tox targets for ${{ matrix.python-version }} - uses: coactions/setup-xvfb@v1 - with: - run: python -m tox + - name: test Run tox targets for ${{ matrix.python-version }} + # uses: coactions/setup-xvfb@v1 + # with: + run: python -m tox