diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b27abbf..dc918c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: python -m pip install .[test] ${{ github.event_name == 'schedule' && '--pre' || '' }} - name: Test - uses: aganders3/headless-gui@v1 + uses: aganders3/headless-gui@v2 with: run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing