Skip to content

Commit

Permalink
test python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
atalon-lip6 committed Nov 13, 2023
1 parent d106ae8 commit b657258
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,17 @@ jobs:
- uses: actions/checkout@v3
name: Checkout TTK source code

- name: Remove hosted Python
run: |
sudo rm -rf /Library/Frameworks/Python.framework
sudo rm -rf /usr/local/Frameworks/Python.framework
- name: Install macOS dependencies
run: |
# ParaView dependencies
brew install --cask xquartz
brew install wget llvm libomp ninja python open-mpi
brew install wget llvm libomp ninja python@3.11 open-mpi
# TTK dependencies
brew install boost eigen graphviz numpy qhull websocketpp ccache
# prepend ccache to system path
Expand Down

0 comments on commit b657258

Please sign in to comment.