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 b7b8a18 commit db6aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- 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
Expand Down

0 comments on commit db6aaf3

Please sign in to comment.