From e8e51e3477344046e689d0cf0f5c1ca621b4442b Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 21 Dec 2024 11:35:23 +0100 Subject: [PATCH] Remove useless HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be64a2f0..84ea88ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,8 @@ jobs: # upgrade from python@3.12 to python@3.12.2 fails to overwrite those rm -f /usr/local/bin/2to3 /usr/local/bin/2to3-3.12 /usr/local/bin/idle3 /usr/local/bin/idle3.12 /usr/local/bin/pydoc3 /usr/local/bin/pydoc3.12 /usr/local/bin/python3 /usr/local/bin/python3-config /usr/local/bin/python3.12 /usr/local/bin/python3.12-config brew install gcovr ninja libmagic - env: - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 - - name: Install python modules + - name: Install Python modules run: pip3 install meson==0.49.2 pytest - name: Install dependencies