Skip to content

Commit

Permalink
Forcing python brew dependency on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Nov 18, 2020
1 parent 74b6ba5 commit 8efa971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install macOS dependencies
run: |
brew cask install xquartz
brew install wget python libomp mesa glew boost qt ninja
brew install wget python@3.8 libomp mesa glew boost qt ninja
- name: Build patched ParaView & create package
run: |
Expand Down

0 comments on commit 8efa971

Please sign in to comment.