Skip to content

Commit

Permalink
workflow(macos): remove py3.11 links and add upstream discussion note (
Browse files Browse the repository at this point in the history
…#86)

* workflow(macos): add upstream discussion note

Signed-off-by: Rui Chen <[email protected]>

* remove py3.11 links as well

Signed-off-by: Rui Chen <[email protected]>

---------

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Feb 15, 2024
1 parent 94b478b commit a279973
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ jobs:
brew update
# fix `brew link [email protected]` issue
# see upstream discussion in https://github.com/actions/setup-python/issues/577
rm -f /usr/local/bin/2to3
rm -f /usr/local/bin/idle3
rm -f /usr/local/bin/pydoc3
rm -f /usr/local/bin/python3
rm -f /usr/local/bin/python3-config
rm -f /usr/local/bin/2to3-3.11
rm -f /usr/local/bin/idle3.11
rm -f /usr/local/bin/pydoc3.11
rm -f /usr/local/bin/python3.11
rm -f /usr/local/bin/python3.11-config
rm -f /usr/local/bin/2to3-3.12
rm -f /usr/local/bin/idle3.12
rm -f /usr/local/bin/pydoc3.12
Expand Down

0 comments on commit a279973

Please sign in to comment.