diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b178296..4bc7960 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -33,6 +33,6 @@ jobs: pip install pytest pip install . - name: Test with pytest - uses: GabrielBB/xvfb-action@v1 + uses: coactions/setup-xvfb@v1 with: - run: pytest ./tests/test_wo_gui.py \ No newline at end of file + run: pytest \ No newline at end of file