From 41a11245859f4dd1cda2a3934544ca1e9ceecb74 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Tue, 18 Apr 2023 07:29:29 +0200 Subject: [PATCH] Revert "Unlink and remove some linked python3 files" This reverts commit 95bde675ef75c76be33b6ba9f861a268fb92874a. --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39e4e9ce3..026ec9225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,6 @@ jobs: - name: Install packages run: | brew update - brew unlink python3 - # upgrade from python@3.11.2_1 to python@3.11.3 fails to overwrite those - rm -f /usr/local/bin/2to3 /usr/local/bin/2to3-3.11 /usr/local/bin/idle3 /usr/local/bin/idle3.11 /usr/local/bin/pydoc3 /usr/local/bin/pydoc3.11 /usr/local/bin/python3 /usr/local/bin/python3-config /usr/local/bin/python3.11 /usr/local/bin/python3.11-config brew install pkg-config ninja meson - name: Install dependencies @@ -141,4 +138,4 @@ jobs: if: startsWith(matrix.target, 'native_') uses: codecov/codecov-action@v3 with: - token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file