From 1a315cad14f8e354b007290171465d6a0f8dbb61 Mon Sep 17 00:00:00 2001 From: Niklas Hauser Date: Tue, 17 Dec 2024 21:37:12 +0100 Subject: [PATCH] [ci] Fix Python 3.12 package installation in macOS CI --- .github/workflows/macos.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 56964c15e4..11fa7866bf 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -25,15 +25,10 @@ jobs: brew link --force avr-gcc@13 arm-gcc-bin@13 # brew upgrade boost gcc git || true - - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - name: Setup environment - Python pip run: | - pip3 install --user modm scons + pip3 install --upgrade --upgrade-strategy=eager --break-system-packages modm scons echo "/usr/local/bin" >> $GITHUB_PATH - echo "/Users/runner/Library/Python/3.12/bin" >> $GITHUB_PATH - name: Dump environment run: |