Skip to content

Commit

Permalink
Merge pull request #2 from pierre-guillou/patch-1
Browse files Browse the repository at this point in the history
Use setup-python to pin Python 3.8 for macOS
  • Loading branch information
julien-tierny authored Nov 18, 2020
2 parents 8efa971 + 36c8911 commit 1e5fb06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ jobs:
- name: Install macOS dependencies
run: |
brew cask install xquartz
brew install wget [email protected] libomp mesa glew boost qt ninja
brew install wget libomp mesa glew boost qt ninja
- uses: actions/setup-python@v2
with:
python-version: "3.8
- name: Build patched ParaView & create package
run: |
Expand Down

0 comments on commit 1e5fb06

Please sign in to comment.