Skip to content

Commit

Permalink
Fixed MaxOS 13 python update issue (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 17, 2024
1 parent 8fe8b89 commit cb0b04f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ jobs:
- name: Install dependencies
run: |
rm -f '/usr/local/bin/2to3'
rm -f '/usr/local/bin/2to3' 'usr/local/bin/2to3-3.12' '/usr/local/bin/idle3' '/usr/local/bin/idle3.12' \
'/usr/local/bin/pydoc3' '/usr/local/bin/pydoc3.12' '/usr/local/bin/python3' '/usr/local/bin/python3-config' \
'/usr/local/bin/python3.12' '/usr/local/bin/python3.12-config'
brew bundle
- name: Botan2 cache
Expand Down

0 comments on commit cb0b04f

Please sign in to comment.