From e6191296e0a0502454a9970ada8712d17a7949a1 Mon Sep 17 00:00:00 2001 From: MattHag <16444067+MattHag@users.noreply.github.com> Date: Thu, 15 Feb 2024 01:27:06 +0100 Subject: [PATCH] macos: Remove dbus from macos dependencies Related #2284 --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f3847841..6abb6759 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,9 +50,7 @@ jobs: - name: Set up macOS dependencies run: | - brew install hidapi dbus gtk+3 pygobject3 - - brew services start dbus + brew install hidapi gtk+3 pygobject3 - name: Install Python dependencies run: |