Revert "Unlink and remove some linked python3 files"

This reverts commit 95bde675ef.
This commit is contained in:
Emmanuel Engelhart 2023-04-18 07:29:29 +02:00
parent 98853a0708
commit 41a1124585
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 1 additions and 4 deletions

View File

@ -18,9 +18,6 @@ jobs:
- name: Install packages - name: Install packages
run: | run: |
brew update brew update
brew unlink python3
# upgrade from python@3.11.2_1 to python@3.11.3 fails to overwrite those
rm -f /usr/local/bin/2to3 /usr/local/bin/2to3-3.11 /usr/local/bin/idle3 /usr/local/bin/idle3.11 /usr/local/bin/pydoc3 /usr/local/bin/pydoc3.11 /usr/local/bin/python3 /usr/local/bin/python3-config /usr/local/bin/python3.11 /usr/local/bin/python3.11-config
brew install pkg-config ninja meson brew install pkg-config ninja meson
- name: Install dependencies - name: Install dependencies
@ -141,4 +138,4 @@ jobs:
if: startsWith(matrix.target, 'native_') if: startsWith(matrix.target, 'native_')
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}