From d0d67da377b9fe3766b62e2545ff6e8ecd92e3f0 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Thu, 3 Feb 2022 17:06:07 -0500 Subject: [PATCH] fix xvfb tests (#61) --- .github/workflows/test_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 71117df..ca2ba3e 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -104,13 +104,13 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools tox tox-gh-actions + python -m pip install setuptools tox tox-gh-actions - name: Test with tox uses: GabrielBB/xvfb-action@v1 timeout-minutes: 3 with: - run: tox + run: python -m tox env: PLATFORM: ${{ matrix.platform }} BACKEND: ${{ matrix.backend }}