Skip to content

Commit

Permalink
Merge pull request #5213 from Funinja/macos_workflow_fix
Browse files Browse the repository at this point in the history
fixing workflow_macos.yml
  • Loading branch information
RodneyBaker authored Dec 10, 2023
2 parents e78ebc3 + 1d53764 commit b230fbf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/workflow_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

- name: Remove symlinks
run: |
# remove existing symlinks before installing [email protected] and 3.11
# remove existing symlinks before installing [email protected], 3.11, and 3.12
rm /usr/local/bin/2to3
rm /usr/local/bin/idle3
rm /usr/local/bin/pydoc3
Expand All @@ -21,6 +21,11 @@ jobs:
rm /usr/local/bin/pydoc3.11
rm /usr/local/bin/python3.11
rm /usr/local/bin/python3.11-config
rm /usr/local/bin/2to3-3.12
rm /usr/local/bin/idle3.12
rm /usr/local/bin/pydoc3.12
rm /usr/local/bin/python3.12
rm /usr/local/bin/python3.12-config
- name: Install libraries
run: |
Expand Down

0 comments on commit b230fbf

Please sign in to comment.