From c60a5fde1497ccfb6222a26ef6d6ef9303045140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 21 Mar 2026 10:15:14 +0100 Subject: [PATCH] ci: remove temporary fix for `brew install` --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13c850c76..45e02c07e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -413,19 +413,6 @@ jobs: - name: Install dependencies run: | brew update - # temporary fix, see: https://github.com/actions/setup-python/issues/577 - rm -f \ - /usr/local/bin/2to3 \ - /usr/local/bin/idle3 \ - /usr/local/bin/pydoc3 \ - /usr/local/bin/python3 \ - /usr/local/bin/python3-config \ - /usr/local/bin/2to3-3.11 \ - /usr/local/bin/idle3.11 \ - /usr/local/bin/pydoc3.11 \ - /usr/local/bin/python3.11 \ - /usr/local/bin/python3.11-config \ - ; brew install asciidoctor aspell cjson guile lua pkg-config ruby - uses: actions/checkout@v4