diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 74ba4d2b68f..9a63ef107d0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -41,7 +41,7 @@ jobs: - name: Install with dependencies run: | - uv pip install ".[dev]" + uv pip install ".[dev, everest]" - name: Test GUI if: matrix.test-type == 'gui-tests'