Skip to content

Commit a2757cd

Browse files
committed
[ci] Fix Python 3.12 package installation in macOS CI
1 parent 51a6d0f commit a2757cd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,10 @@ jobs:
2525
brew link --force avr-gcc@13 arm-gcc-bin@13
2626
# brew upgrade boost gcc git || true
2727
28-
- uses: actions/setup-python@v5
29-
with:
30-
python-version: '3.12'
31-
3228
- name: Setup environment - Python pip
3329
run: |
34-
pip3 install --user modm scons
30+
pip3 install --upgrade --upgrade-strategy=eager --break-system-packages modm scons
3531
echo "/usr/local/bin" >> $GITHUB_PATH
36-
echo "/Users/runner/Library/Python/3.12/bin" >> $GITHUB_PATH
3732
3833
- name: Dump environment
3934
run: |

0 commit comments

Comments
 (0)