Skip to content

Commit

Permalink
[CI/MacOS] Bugfix: Github ships 3.12 binaries along with Python 3.11.…
Browse files Browse the repository at this point in the history
…6, which causes errors with MacOS. We fix this here.
  • Loading branch information
atalon-lip6 committed Nov 13, 2023
1 parent b9ff7f2 commit 90f53a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ jobs:
- uses: actions/checkout@v3
name: Checkout TTK source code

- name: Remove hosted Python
run: |
sudo rm -rf /Library/Frameworks/Python.framework/3.12
sudo rm -rf /usr/local/Frameworks/Python.framework/3.12
- name: Install macOS dependencies
run: |
# ParaView dependencies
Expand Down

0 comments on commit 90f53a7

Please sign in to comment.