fix xvfb tests (#61)

This commit is contained in:
Talley Lambert
2022-02-03 17:06:07 -05:00
committed by GitHub
parent bc98f15ba1
commit d0d67da377

View File

@@ -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 }}