From cc31846152d0c46b89d895870644034271795f7e Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 19 Feb 2023 16:22:23 +0100 Subject: [PATCH] Don't install unused packages --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ec0a1927..5f5fe4186 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - name: Install packages run: | brew update - brew install gcovr pkg-config ninja || brew link --overwrite python + brew install pkg-config ninja || brew link --overwrite python - name: Install python modules - run: pip3 install meson==0.49.2 pytest + run: pip3 install meson==0.49.2 - name: Install dependences shell: bash