From c66c3ff2b808526132c960a877713af2aace12e9 Mon Sep 17 00:00:00 2001 From: s1341 Date: Thu, 15 Jun 2023 22:53:06 +0300 Subject: [PATCH] Attempt to fix ci (#1315) * Attempt to fix ci * fix * fix * rm all the stuff --- .github/workflows/build_and_test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index d0ab749450..b8f8d128e7 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -239,10 +239,13 @@ jobs: with: profile: minimal toolchain: stable + - name: Fix python (macOS) + if: runner.os == 'macOS' + run: rm -f /usr/local/bin/{2to3,idle3,pydoc3,python3,python3-config,python3.11,python3.11-config} - uses: lyricwulf/abc@v1 with: linux: llvm llvm-dev clang - macos: llvm bash coreutils + macos: python@3.11 llvm bash coreutils - uses: actions/checkout@v3 with: submodules: true # recursively checkout submodules