We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a6d0f commit a2757cdCopy full SHA for a2757cd
.github/workflows/macos.yml
@@ -25,15 +25,10 @@ jobs:
25
brew link --force avr-gcc@13 arm-gcc-bin@13
26
# brew upgrade boost gcc git || true
27
28
- - uses: actions/setup-python@v5
29
- with:
30
- python-version: '3.12'
31
-
32
- name: Setup environment - Python pip
33
run: |
34
- pip3 install --user modm scons
+ pip3 install --upgrade --upgrade-strategy=eager --break-system-packages modm scons
35
echo "/usr/local/bin" >> $GITHUB_PATH
36
- echo "/Users/runner/Library/Python/3.12/bin" >> $GITHUB_PATH
37
38
- name: Dump environment
39
0 commit comments