Skip to content

Commit

Permalink
[ci] Fix Python 3.12 package installation in macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Dec 17, 2024
1 parent 05c7363 commit 8a106ac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,15 @@ 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: |
echo $PATH
echo $GITHUB_PATH
env
locale -a
python --version || true
Expand Down

0 comments on commit 8a106ac

Please sign in to comment.