From 14d5df2256cfa81089250ab40b1c2525d8bdea2c Mon Sep 17 00:00:00 2001 From: Oliver Mannion <125105+tekumara@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:30:37 +1100 Subject: [PATCH] ci: fix No such keg: /opt/homebrew/Cellar/python@3.11 --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dc3d01..6a40cfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ jobs: - uses: actions/checkout@v4 # remove the packages that are already in the environment so we can install them. - # relink brew python packages - these are already installed but overwritten. # we need them because they are dependencies of packages in the Brewfile # see https://github.com/actions/runner-images - name: reset runner environment @@ -21,8 +20,6 @@ jobs: rm -f /usr/local/bin/aws_completer rm -f /usr/local/bin/go rm -f /usr/local/bin/gofmt - brew unlink python@3.11 python@3.12 - brew link --overwrite python@3.11 python@3.12 rm "$HOME/.gitconfig" brew unlink git