diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa66681..49fff4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Install Dependencies run: poetry install - name: Test with Pytest - run: poetry run pytest --cov-report=xml + run: export $(dbus-launch); poetry run pytest --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: