diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11db9ad..3c937dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install pytest-xvfb - pip install -e .[dev] + pip install .[test] pip install ${{ matrix.pyqt }} - name: Test with pytest env: