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 18, 2024
1 parent bd1c356 commit 0cb8045
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0cb8045

Please sign in to comment.